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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix breaking test in Chrome.
Anton M
2011-02-14
2
-3
/
+3
*
Don't add "px" to unit-less properties when animating them. Fixes #4966.
Anton M
2011-02-13
2
-2
/
+12
*
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 sed from post-build code, due to portability issues between GNU and BS...
awgy
2011-02-12
2
-2
/
+10
*
Remove unnecessary "script.type = text/javascript;". Fixes #8198.
David Murdoch
2011-02-12
1
-1
/
+0
*
Unexpose $.support._scriptEval as it's not needed. Use a private var instead....
David Murdoch
2011-02-12
1
-5
/
+5
*
Enhances ajaxSetup so that it can take an optional target option, in which ca...
jaubourg
2011-02-12
1
-11
/
+23
*
Pulls out the callback function in setRequestHeader. Also renames the regexp ...
jaubourg
2011-02-12
1
-4
/
+5
*
Minor changes to enforce JQuery Core Style Guidelines.
jaubourg
2011-02-12
2
-10
/
+12
*
Remove duplicate test.
Anton M
2011-02-11
1
-3
/
+1
*
Adds missing crossDomain test.
jaubourg
2011-02-11
1
-1
/
+1
*
Fixes #8245. Ajax now ensures header names are capitalized so that non-compli...
jaubourg
2011-02-11
2
-10
/
+13
*
Simplifies status normalization in xhr transport. Local file test modified fo...
jaubourg
2011-02-11
2
-44
/
+37
*
Make sure .val() works after form.reset() in IE. Fixes #2551.
rwldrn
2011-02-10
2
-0
/
+24
*
Make sure .clone(true) correctly clones namespaced events. Fixes #4537.
Anton M
2011-02-10
2
-7
/
+14
*
Fix some whitespace issues. Improve and correct an events test.
Anton M
2011-02-10
2
-34
/
+30
*
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
*
Replaces jQuery.each loop for headers with a foreach loop.
jaubourg
2011-02-09
1
-3
/
+3
*
Fixes #8219. Introduces the mimeType option to override content-type header i...
jaubourg
2011-02-09
3
-1
/
+42
*
Makes local filesystem test for ajax more insightful.
jaubourg
2011-02-09
1
-9
/
+31
*
Makes sure statusText always defaults to "error".
jaubourg
2011-02-09
1
-1
/
+1
*
Revert portions of 7acb141ed7f2dedd950bb65acf878098640d081e that attempt to u...
Colin Snover
2011-02-08
2
-16
/
+3
*
Make sure that mousing over Chrome "internal div" doesn't trigger a mouseleav...
Anton M
2011-02-08
1
-0
/
+6
*
Revert "Make sure that mousing over Chrome "internal div" elements results in...
Anton M
2011-02-08
1
-3
/
+1
*
Make sure that mousing over Chrome "internal div" elements results in no trig...
Anton M
2011-02-08
1
-1
/
+3
*
Update jQuery.support.noCloneEvent test to function properly in IE9. Fixes #8...
Colin Snover
2011-02-07
1
-1
/
+1
*
Merge branch 'master' of github.com:jquery/jquery into jquery-master
Colin Snover
2011-02-07
1
-3
/
+4
|
\
|
*
Adds jQuery collection to objects that will be used as global events context ...
jaubourg
2011-02-07
1
-3
/
+4
*
|
Update $.data to use a function instead of an object when attaching to JS obj...
Colin Snover
2011-02-07
4
-53
/
+37
|
/
*
Fixes a bug that prevented headers from being set in an ajaxSend callback. Un...
jaubourg
2011-02-07
2
-7
/
+14
*
Makes sure xhrs are actually aborted on unload in IE. Simplifies active xhrs ...
jaubourg
2011-02-07
1
-34
/
+26
*
Fixes #8177. XHR transport now considers 304 Not Modified responses as 200 OK...
jaubourg
2011-02-05
1
-0
/
+6
*
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
*
Reformats logic for early abort in beforeSend to limit block imbrication.
jaubourg
2011-02-04
1
-36
/
+35
*
Fixes abort in prefilter. No global event will be fired in that case even if ...
jaubourg
2011-02-04
2
-4
/
+33
*
Disables dataType redirection while selecting transport.
jaubourg
2011-02-04
1
-2
/
+2
*
Adds widget as the list of local protocols.
jaubourg
2011-02-03
1
-1
/
+1
*
Don't use a local copy of jQuery.ajaxSettings.isLocal anymore but use the cur...
jaubourg
2011-02-03
1
-12
/
+5
*
Adds support for more complex protocol by having the url regexp closer to rfc...
jaubourg
2011-02-03
1
-1
/
+1
*
Stores jQuery.ajaxSettings.isLocal locally at load time so that any change to...
jaubourg
2011-02-03
3
-34
/
+57
*
Fixes #7653. Changes regexp to detect local protocol so that it will accept a...
jaubourg
2011-02-03
1
-2
/
+2
*
Fixes #8146. Custom fields in xhrFields are now set after the XMLHttpRequest ...
jaubourg
2011-02-03
1
-7
/
+7
*
Fixes #8152 by applying the same special cases for protocol "chrome-extension...
jaubourg
2011-02-03
2
-33
/
+37
*
Fixes #8146 by introducing the xhrFields option with is a map of fieldName/fi...
jaubourg
2011-02-02
1
-1
/
+9
*
Fixes #8138. Access to document.location is made only once at load time and i...
jaubourg
2011-02-02
1
-7
/
+23
[next]