1
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 9 hours ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
use the api provided in jQuery 1.4.3 to extract the value from html5 style data-attribute. More... about 13 years ago
no need of new More... about 13 years ago
Fixed bug in IE, caused by jQuery's implementation of submit propagation. Closes #114. More... about 13 years ago
Fix re-enabling "data-disable-with" elements More... about 13 years ago
Fixed failing test with cleanup in teardown. Rejustified spacing. More... about 13 years ago
CSRF: fix Ajax on IE, include header only if token present More... about 13 years ago
non-remote forms with "data-disable-with" perform disabling asynchronously More... about 13 years ago
cleanup some no longer used stuff in `App` More... about 13 years ago
support input[type=image] More... about 13 years ago
correctly escape JSON in the iframe template More... about 13 years ago
correct some "data-confirm" tests More... about 13 years ago
fix the "Accept" header test for jQuery 1.5+ More... about 13 years ago
fix some of the tests for IE7 More... about 13 years ago
Refactored and added check to abort ajax form submission if non-blank file uploads are present. Added would-be test since this cannot be autotested. Added triggered callbacks for when ajax form submission is aborted, either due to missing required inputs or non-blank file upload fields, to make it easy for custom handler binding. ajax:aborted:file trigger allows overriding of ajax file upload functionality, but still submits the form normal-style by default. More... about 13 years ago
send the "X-CSRF-Token" header with every Ajax request More... about 13 years ago
jQuery 1.4 doesn't supply a third argument to "ajax:error" More... about 13 years ago
thoroughly test arguments to "ajax:*" event handlers More... about 13 years ago
fix jQuery UI note More... about 13 years ago
change "data-method" test to remove unnecessary teardown block More... about 13 years ago
fix remote form not submitting when required values missing More... about 13 years ago
allow empty "data-remote" attribute, e.g. <form data-remote> More... about 13 years ago
Added back 'ajax:before' event, so that form fields can easily be modified, added, and removed before ajax call. More... about 13 years ago
add QUnit test runner toolbar More... about 13 years ago
fix test suite for jQuery 1.5 More... about 13 years ago
add a link to test with jQuery 1.5 More... about 13 years ago
don't process the submit if required form values are missing More... about 13 years ago
refactor "data-disable-with" tests (relied on implementation too much) More... over 13 years ago
update QUnit to edge version More... over 13 years ago
significant refactoring in tests More... over 13 years ago
don't include "application" in `javascript_expansions` More... over 13 years ago