0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
include the X-CSRF-Token header with every Ajax request More... about 13 years ago
suggest using rel="nofollow" on remote links More... about 13 years ago
fix `data-method` with IE More... over 13 years ago
documentation More... over 13 years ago
the memo object on "ajax:create" is a response object, not request More... over 13 years ago
fix "data-confirm", "data-remote" not working reliably in IE More... over 13 years ago
improve "data-disable-with" functionality More... over 13 years ago
"data-disable-with": delay disabling until after the form has been serialized More... over 13 years ago
fix re-enabling disabled form elements after "data-remote" requests More... over 13 years ago
fire the "ajax:create" event as part of the "data-remote" functionality More... over 13 years ago
extend submit button detection to button elements without type More... over 13 years ago
save submit-button for form submit via button tags More... over 13 years ago
fix typo in "textarea" More... over 13 years ago
clear the pressed submit button info on each form submit More... over 13 years ago
with multiple submit buttons, detect which one was pressed More... over 13 years ago
add missing semicolons More... almost 14 years ago
simplify inserting hidden fields to dynamic form More... almost 14 years ago
simplify "disable-with" logic by using Element#store/retrieve More... almost 14 years ago
fix emulating submit,change events for Prototype 1.7.rc2 More... almost 14 years ago
monkeypatch `Element#on()` to emulate "submit" and "change" bubbling More... almost 14 years ago
only fire custom events for onComplete, onSuccess and onFailure More... almost 14 years ago
serialize to string instead of hash; preserves element order More... almost 14 years ago
wrap in an anonymous function instead waiting for "dom:loaded" More... almost 14 years ago
return if ajax:before was stopped More... almost 14 years ago
Revert "Merge remote branch 'brianmario/master'" More... almost 14 years ago
Merge remote branch 'brianmario/master' More... almost 14 years ago
move the triggering of the ajax:before event to allow the caller to modify the DOM before the form is serialized More... almost 14 years ago
move the triggering of the ajax:before event to allow the caller to modify the DOM before the form is serialized also skip everything early on if the event was stopped More... almost 14 years ago
Use insert instead of appendChild More... almost 14 years ago
Use new event api style for ajax:after More... almost 14 years ago