jsconfirm-buttons
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