Zebra_Dialog icon indicating copy to clipboard operation
Zebra_Dialog copied to clipboard

A small, compact, and highly configurable jQuery plugin for creating beautiful modal dialog boxes

Results 4 Zebra_Dialog issues
Sort by recently updated
recently updated
newest added

Like: ``` new $.Zebra_Dialog("Message", { type: "information", title: "Title", buttons: [ { caption: "Right", background: "green" }, { caption: "Error", background: "red" }, { caption: "Nothing", background: "yellow" } ],...

It would be very useful to have an option to make the dialog **draggable** For example: ```javascript $.Zebra_Dialog("Test dialog", { title: "Test Title", custom_class: "test_draggable", draggable: true }); ``` ###...

enhancement

Similar to the `onClose` event it would be useful to have an `onOpen` event. It would be even better in my opinion if they were properties of the config object....

enhancement

I started using this dialog to replace Bootstrap/BootBox since modal on modal doesn't work well, and this allowed layers. I discovered a weird issue though when jQuery Validation sets focus...