stefangabos / Zebra_Dialog

A small, compact, and highly configurable jQuery plugin for creating beautiful modal dialog boxes
https://stefangabos.github.io/Zebra_Dialog/flat.html
Other
155 stars 67 forks source link

Added the "prompt" dialog type which returns the user input. #23

Closed sebipopa closed 5 years ago

sebipopa commented 5 years ago

By setting the dialog type to "prompt" an input is automatically added to the dialog body and the value of the input is returned in the onClose() method.