Skip to content

Releases: craftpip/jquery-confirm

jquery-confirm v1.7.3

14 Jul 06:52
Compare
Choose a tag to compare
  • Fix show and hide for closeIcon
  • Improved/smoother animations.
  • setContent method improved.
  • setTitle method added.

jquery-confirm v1.7.0

06 Jul 11:38
Compare
Choose a tag to compare
  • Option for custom width added (using bootstrap grid)
  • Text overflow logic changed, #13
  • Documentation & improvements to contentLoaded callback.

jquery-confirm v1.6.0

27 Jun 07:27
Compare
Choose a tag to compare

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

23 Apr 19:29
Compare
Choose a tag to compare

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

20 Apr 18:29
Compare
Choose a tag to compare

Hop Hop Hop.
A new release with Updates, Corrections, and more.

jquery-confirm v1.1.3

08 Feb 13:45
Compare
Choose a tag to compare

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

03 Jan 17:58
Compare
Choose a tag to compare

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

26 Dec 09:07
Compare
Choose a tag to compare

First stable release,
Features
• Auto-close timer
• Awesome looks
• 4 themes
• 14 Eyecandy animations
• Alert and Confirm dialogs
• CSS3 animations