index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/npm_and_yarn/rollup-4.22.4
main
jQuery JavaScript Library: https://github.com/jquery/jquery
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix breaking test in Chrome.
Anton M
2011-02-14
1
-1
/
+1
*
Don't add "px" to unit-less properties when animating them. Fixes #4966.
Anton M
2011-02-13
1
-0
/
+10
*
Clean up whitespace in test/unit/effects.js
Anton M
2011-02-13
1
-44
/
+37
*
Follow up to fbf79c0b495e08d67c3a4767f371ec7bcfc40a17.
Anton M
2011-02-13
1
-3
/
+3
*
Remove old cruft from test folder. Change "polluted" test suite loader to use...
Anton M
2011-02-13
23
-13958
/
+70
*
Add readyWait tests. Fixes #8145.
jrburke
2011-02-12
3
-0
/
+111
*
Remove duplicate test.
Anton M
2011-02-11
1
-3
/
+1
*
Simplifies status normalization in xhr transport. Local file test modified fo...
jaubourg
2011-02-11
1
-15
/
+29
*
Make sure .val() works after form.reset() in IE. Fixes #2551.
rwldrn
2011-02-10
1
-0
/
+19
*
Make sure .clone(true) correctly clones namespaced events. Fixes #4537.
Anton M
2011-02-10
1
-6
/
+13
*
Fix some whitespace issues. Improve and correct an events test.
Anton M
2011-02-10
1
-30
/
+26
*
No need to duplicate Sizzle tests, just run them directly from Sizzle.
John Resig
2011-02-10
2
-518
/
+1
*
Pull over tests from Sizzle. "Remove backslashes from tag name filter. Fixes ...
Anton M
2011-02-10
1
-2
/
+3
*
Fixes #8219. Introduces the mimeType option to override content-type header i...
jaubourg
2011-02-09
1
-0
/
+28
*
Makes local filesystem test for ajax more insightful.
jaubourg
2011-02-09
1
-9
/
+31
*
Revert portions of 7acb141ed7f2dedd950bb65acf878098640d081e that attempt to u...
Colin Snover
2011-02-08
1
-13
/
+2
*
Update $.data to use a function instead of an object when attaching to JS obj...
Colin Snover
2011-02-07
2
-7
/
+21
*
Fixes a bug that prevented headers from being set in an ajaxSend callback. Un...
jaubourg
2011-02-07
1
-5
/
+12
*
Fixes a typo in the title of the load() unit test.
jaubourg
2011-02-05
1
-1
/
+1
*
Remove an invalid ajax test and some code that is no longer used by any test.
Anton M
2011-02-05
3
-22
/
+1
*
Fixes abort in prefilter. No global event will be fired in that case even if ...
jaubourg
2011-02-04
1
-0
/
+19
*
Stores jQuery.ajaxSettings.isLocal locally at load time so that any change to...
jaubourg
2011-02-03
1
-10
/
+26
*
Fixes #8135. Makes sure any exception thrown by Firefox when trying to access...
jaubourg
2011-02-02
1
-0
/
+101
*
Fixes #7945. Make jQuery.param() serialize plain objects with a property name...
Anton Kovalyov
2011-02-02
1
-1
/
+6
*
Fixes #8129. Fix cloning multiple selected options in IE8.
rwldrn
2011-02-02
1
-1
/
+9
*
Fixes #8125. Status is set to 200 for requests with status 0 when location.pr...
jaubourg
2011-02-01
1
-0
/
+40
*
Fixes #8115. Renames all references to jXHR with jqXHR in the code (like was ...
jaubourg
2011-02-01
1
-18
/
+18
*
The default for .clone() is to not clone any events. Fixes #8123.
jeresig
2011-02-01
1
-0
/
+11
*
Places multiple signature test after all primary callbacks tests.
jaubourg
2011-02-01
1
-15
/
+15
*
Improve $.ajax method signature unit test and placement
Dan Heberden
2011-02-01
1
-19
/
+15
*
Bug 8107; Fix argument handling for $.ajax for multiple method signatues and ...
Dan Heberden
2011-01-31
1
-0
/
+19
*
Fixes #8095. Properly handles the case where browser cache needs to be bypass...
jaubourg
2011-01-31
1
-78
/
+87
*
Script dataType now supports ecmascript mimetypes.
jaubourg
2011-01-31
2
-9
/
+19
*
Makes sure jsonp callback is not left in the global namespace in case of an e...
jaubourg
2011-01-31
1
-3
/
+35
*
Makes sure all converters keys are lowercased before any conversion is taking...
jaubourg
2011-01-31
1
-4
/
+4
*
Fixes #7568. Follow-up fix for #5862. Objects with a length property weren't ...
Anton M
2011-01-31
1
-10
/
+28
*
Adds an invert method to promises that returns a "inverted" promise that is r...
jaubourg
2011-01-31
1
-9
/
+41
*
Rename jQuery.subclass() to jQuery.sub().
jeresig
2011-01-31
1
-6
/
+6
*
Removed errorThrown test for 404 responses seeing as Safari 3.x XHR sets the ...
jaubourg
2011-01-31
1
-1
/
+7
*
Simplifies the unit test for #8082.
jaubourg
2011-01-29
1
-8
/
+3
*
Fixes #8082. Text to script converter now returns text. Unit test added.
jaubourg
2011-01-29
1
-3
/
+9
*
Use the original element/fragment as the last item to be appended to the docu...
Colin Snover
2011-01-28
1
-0
/
+13
*
Pull over tests from Sizzle. Fixes #3729. Fixes #6428.
Anton M
2011-01-28
1
-1
/
+10
*
Make sure subclass is a proper subclass not just subclassing the fn methods. ...
Digitalxero
2011-01-27
1
-0
/
+49
*
Fixes #5856. Adds document protocol at the beginning of URLs without protocol...
jaubourg
2011-01-26
1
-0
/
+12
*
Fixes #8054 by reverting feature enhancement 5812 (4920). Regexps no longer s...
jaubourg
2011-01-26
1
-19
/
+2
*
Reworks how values of parameters passed to error callbacks are determined. Fi...
jaubourg
2011-01-25
1
-0
/
+41
*
Bring back in #main prefix on adjacent selectors.
jeresig
2011-01-24
1
-5
/
+5
*
Backing out disconnected + and ~ tests as they're not something that we activ...
jeresig
2011-01-24
1
-9
/
+6
*
Fix selector scope on some tests, so they don't fail on testswarm.
Anton M
2011-01-22
1
-5
/
+5
[next]