This repository has been archived by the owner on Mar 7, 2020. It is now read-only.
Releases: TrevorHinesley/abracadabra
Releases · TrevorHinesley/abracadabra
Big update - $.abracadabra() added to jQuery
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
1.1.4 Update README.md
Fixed issue with JS errors not being caught
1.1.3 Upped version to 1.1.3
Fixed issue with EscapeKeydown not resetting
1.1.2 Upped version to 1.1.3
Fixed issue with buttons not being clickable
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
1.1.0 Upped version to 1.1.0
Fixed some issues with multiple instances on same page
1.0.9 Fixing issue where if escape key was pressed, it would prevent any ot…
Added ID and deletable_type
1.0.8 Added deletable_type
Tons of new options added, see README.md for details
1.0.6 Added submit on blur option