1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Replace deprecated :checkbox and :radio with [type=checkbox] and [type=radio] selectors. More... over 11 years ago
Replace deprecated input:file with input[type=file] selector. More... over 11 years ago
Added support for jquery 1.8.2 More... over 11 years ago
Change var naming convention for consistency More... over 11 years ago
Updated changelog and readme More... over 11 years ago
Added support for jquery 1.8.1 More... over 11 years ago
Only require one required radio input in set to be checked. More... over 11 years ago
Re-enable form fields if ajax:aborted:file handler returns false. More... over 11 years ago
Compare boolean values for non-blank file field to fire ajax:aborted:file. Fixes #271. More... over 11 years ago
Updated changelog and readme More... over 11 years ago
Fixed re-enabling elements when ajax:beforeSend returns false. More... over 11 years ago
Fixed multiple-inclusion check for compatibility with jquery 1.8. More... over 11 years ago
Added jquery 1.8.0 to test suite. Removed jquery 1.6.x support. More... over 11 years ago
Updated changelog More... over 11 years ago
Added test back from bradphilips-master, slightly modified More... over 11 years ago
Merge branch 'master' of git://github.com/bradphilips/jquery-ujs into bradphilips-master-rebased More... over 11 years ago
Committing only the xhr changes. More... over 11 years ago
Fixed multiple-inclusion detection for when no event handlers bound to document. More... over 11 years ago
Disable form elements when form falls back to regular submit for file-fields. Fixes #231. More... over 11 years ago
Use :checked for required checkbox and radio inputs. Fixes #236. More... over 11 years ago
Detect and throw error when jquery-ujs is included in document more than once. More... over 11 years ago
Make crossDomain respect data-cross-domain=false on element. Fixes #232. More... over 11 years ago
Added ajax:send event to provide access to jqXHR object for ajax requests. Fixes #254. More... over 11 years ago
Added rails:attachBindings event to enable customization of binding selectors. Fixes #263. More... over 11 years ago
Modified form button click selector. Fixes #63. More... over 11 years ago
Fixed input name selector in csrf form update More... almost 12 years ago
Merge pull request #255 from homakov/patch-1 More... almost 12 years ago
small fix for CSRF tokens More... almost 12 years ago
Updated changelog More... about 12 years ago
Added jquery 1.7.2 to test suite More... about 12 years ago