Releases: craftpip/jquery-confirm
Releases · craftpip/jquery-confirm
jquery-confirm v1.7.3
- Fix show and hide for closeIcon
- Improved/smoother animations.
- setContent method improved.
- setTitle method added.
jquery-confirm v1.7.0
- Option for custom width added (using bootstrap grid)
- Text overflow logic changed, #13
- Documentation & improvements to contentLoaded callback.
jquery-confirm v1.6.0
Now ajax calling is more advanced , inspired from @dkurlow 's implementation.
- Theme 'supervan' added
- Load via URL advanced added. now get control over your ajax calls & callbacks.
- methods setContent, isClosed added
- Improved documentation
Thanks for the support everyone.
jquery-confirm v1.5.3
Its amazing to work on this project.
here are some new additions.
- Bounce Animation added (kind of elastic).
- Hide title if false.
- Keyboard action, SPACE key added to trigger confirm function.
- Background now has fade animation (open & close).
- Keep a record of opened, closed, currently opened dialogs
jconfirm.record
. - Tweaks.
jquery-confirm v1.5.1
Hop Hop Hop.
A new release with Updates, Corrections, and more.
jquery-confirm v1.1.3
This plugin can now also be used to show dialogs!
Added more feature set,
Now Modals are aligned in center of the page.
Disabled both buttons to bring up a dialog with close mark in top right !
$.dialog added & Bug fixes
jquery-confirm v1.1.0
Added new feature.
Load content from URL.
Now load contents of the alert from an external file. provide the url with URL: pre-pended.
$.confirm({
content: 'url:http://your_domain.com/test.txt'
})
jquery-confirm v1.0.0
First stable release,
Features
• Auto-close timer
• Awesome looks
• 4 themes
• 14 Eyecandy animations
• Alert and Confirm dialogs
• CSS3 animations