Skip to content

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.

pixel2/jQuery-Easy-Confirm-Dialog-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published