Skip to content

jsconfirm-buttons

Compare
Choose a tag to compare
@dealfonso dealfonso released this 18 Nov 09:19
· 37 commits to main since this release

This version does not need jQuery nor Bootstrap.

  • in the case of jQuery: jsconfirm-buttons does not need jQuery at all, but provides $(...).confirmButton if jQuery is detected.
  • in the case of Bootstrap: jsconfirm-buttons makes use of bootstrap, but if it is not detected, there is a fallback to the window.confirm function.

Other features

  • global configuration for the library (e.g. setting texts, default functions, etc.)
  • easing internationalization
  • bug correction