jQuery MsgBox
jQuery MsgBox
coolest jquery dialog.MsgBox is compatible and fully tested with Safari 4+, Internet Explorer 6+, Firefox 2+, Google Chrome 3+, Opera 9+.
DEMO
$.msgbox("Are you sure that you want to permanently delete the selected element?", { type: "confirm", buttons : [ {type: "submit", value: "Yes"}, {type: "submit", value: "No"}, {type: "cancel", value: "Cancel"} ] }, function(result) { $("#result2").text(result); });
jQuery MsgBox
Reviewed by Bhaumik Patel
on
9:31 PM
Rating: