1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected almost 1 year ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed required field description and added better example docs for ajax:aborted events. More... over 13 years ago
comment editing More... over 13 years ago
add data-disable-with support to textareas More... over 13 years ago
add the missing event param in the function More... over 13 years ago
Fixed form submit handler to only do remote-related things to remote forms. More... over 13 years ago
Refactored live-binding selectors. More... over 13 years ago
Refactored required field and file field abort events. More... almost 14 years ago
Updated rails.js description to be a little more succinct and clear. Added short descriptions to all $.rails functions. More... almost 14 years ago
prefer !== over != More... almost 14 years ago
terminate the loop sooner More... almost 14 years ago
comments More... almost 14 years ago
edit comments More... almost 14 years ago
blank lines and indentation More... almost 14 years ago
prefer triple equal over double equal More... almost 14 years ago
edit comment More... almost 14 years ago
fix indentations More... almost 14 years ago
wrap long lines so that one could read comments on github without horizontal scroll More... almost 14 years ago
fix lint warnings More... almost 14 years ago
Added CHANGELOG. More... almost 14 years ago
Gave external api to internal rails.js functions to make them available to be called and modified from outside of rails.js via $.rails object. Closes #98. More... almost 14 years ago
Created test cases and solutions for correcting submit handler call order for browsers that don't support event bubbling. More... almost 14 years ago
Added additional description and example for canceling 'ajax:aborted:required' event at top of rails.js. More... almost 14 years ago
Updated and added pseudo-tests for 'ajax:aborted:file' event behavior to be more descriptive and accurate for intended behavior. More... almost 14 years ago
Made 'ajax:aborted:required' a cancellable event to make form submit anyway, with test. More... almost 14 years ago
Added test for 'ajax:aborted:required' triggered event. More... almost 14 years ago
Updated description to more accurately describe default functionality for aborted ajax events. More... almost 14 years ago
remove lint warnings by having semicolons More... almost 14 years ago
use curly braces for even single line if statements. Even jQuery codebase now prefers this style of coding. More... almost 14 years ago
removes end of line white space More... almost 14 years ago
support button[data-disable-with] More... almost 14 years ago