jquery.prompt.js allows developers to drop those annoying alert(), prompt(), and confirm() functions and use a non-intrusive alternative instead.
This jQuery plugin shows similar alert, prompt, and dialog windows, but allows developers to use their own custom styles as well.
Developers can style this messages as they see fit, and also add some features not supported by the native functions.
jquery.prompt.js lets developers customize the options passed inside a popup window, allowing them to display custom forms or more complex validation systems inside the modal frame.
The plugin also allows programmers to use a "Don't close dialog" and "Don't remind me again" system, just in case you want to force a user to answer the dialog, or you want to let them ignore them forever.
Examples and usage instructions are included with the download package.
Requirements:
- JavaScript enabled on client side
- jQuery
Comments not found