pixel2 / jQuery-Easy-Confirm-Dialog-plugin

jQuery plugin that imitates the standard javascript confirm-action. But uses standard jquery dialog-module to show the message. Very simple integration, no callbacks needed. When added all other events will be put on hold and only executed on user confirmation.

Home Page:http://projectshadowlight.org/jquery-easy-confirm-dialog/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jQuery Easy Confirm Dialog plugin

jQuery Easy Confirm Dialog is an easy to use confirm plugin module that acts as a built in, customisable confirm-function. It's only dependencies are jQuery and jQuery UI.

No need for manual callbacks, the default event will be put on hold and only executed if user confirms.

If there are any actions on the target these will be executed. If there are no actions but a URL present then the user will be redirected.

For working examples please go to http://www.projectshadowlight.org/jquery-easy-confirm-dialog/

Know issues:

  • Will only work with events bound with jQuery

About

jQuery plugin that imitates the standard javascript confirm-action. But uses standard jquery dialog-module to show the message. Very simple integration, no callbacks needed. When added all other events will be put on hold and only executed on user confirmation.

http://projectshadowlight.org/jquery-easy-confirm-dialog/


Languages

Language:JavaScript 100.0%