Skip to content
This repository has been archived by the owner on Mar 7, 2020. It is now read-only.

Releases: TrevorHinesley/abracadabra

Big update - $.abracadabra() added to jQuery

13 Jun 15:57
Compare
Choose a tag to compare

Extended jQuery to add a $.abracadabra() function to rebind whenever necessary, and whenever there is an ajax:error, everything is unbound and rebound now.

Added SCSS file for SASS/SCSS users

29 May 19:13
Compare
Choose a tag to compare
1.1.4

Update README.md

Fixed issue with JS errors not being caught

15 Apr 20:12
Compare
Choose a tag to compare
1.1.3

Upped version to 1.1.3

Fixed issue with EscapeKeydown not resetting

15 Apr 20:11
Compare
Choose a tag to compare
1.1.2

Upped version to 1.1.3

Fixed issue with buttons not being clickable

14 Apr 01:43
Compare
Choose a tag to compare

On blur, the form either cancels or submits depending on the submit_on_blur option. The problem was that it wasn't recognizing the submit and/or cancel buttons on blur, so it would just cancel/submit the form no matter where on the page the user clicked (even if it was the submit or cancel button that's in the abracadabra form). Resolved!

Fixed an issue where escape key was always being recognized as down on initialize

10 Apr 21:03
Compare
Choose a tag to compare

Fixed some issues with multiple instances on same page

10 Apr 20:11
Compare
Choose a tag to compare
1.0.9

Fixing issue where if escape key was pressed, it would prevent any ot…

Added ID and deletable_type

10 Apr 18:39
Compare
Choose a tag to compare
1.0.8

Added deletable_type

Tons of new options added, see README.md for details

10 Apr 16:09
Compare
Choose a tag to compare
1.0.6

Added submit on blur option

Version 1.0.5 Released (javascript updated to allow Escape key to close form, and cleaned up JS)

08 Apr 22:02
Compare
Choose a tag to compare