index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
broken-test
dependabot/github_actions/github-actions-0b02fec6e3
dependabot/github_actions/github-actions-66959c3ab9
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/npm_and_yarn/rollup-4.22.4
jtr-test
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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
2
-46
/
+16
|
/
*
Fixes a bug that prevented headers from being set in an ajaxSend callback. Un...
jaubourg
2011-02-07
1
-2
/
+2
*
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
*
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
1
-4
/
+14
*
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
2
-24
/
+31
*
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
*
Fixes #8135. Makes sure any exception thrown by Firefox when trying to access...
jaubourg
2011-02-02
1
-65
/
+82
*
Fixes #8098. Use the fast document.head when available. Don't set unneeded "s...
Mathias Bynens
2011-02-02
3
-6
/
+4
*
Fixes #7945. Make jQuery.param() serialize plain objects with a property name...
Anton Kovalyov
2011-02-02
1
-1
/
+1
*
Fixes #8129. Fix cloning multiple selected options in IE8.
rwldrn
2011-02-02
1
-2
/
+2
*
Fixes #8125. Status is set to 200 for requests with status 0 when location.pr...
jaubourg
2011-02-01
1
-4
/
+6
*
Fixes #8115. Renames all references to jXHR with jqXHR in the code (like was ...
jaubourg
2011-02-01
2
-46
/
+46
*
The default for .clone() is to not clone any events. Fixes #8123.
jeresig
2011-02-01
1
-1
/
+1
*
Bug 8107; Fix argument handling for $.ajax for multiple method signatues and ...
Dan Heberden
2011-01-31
1
-3
/
+2
*
Fixes #8095. Properly handles the case where browser cache needs to be bypass...
jaubourg
2011-01-31
1
-6
/
+12
*
Script dataType now supports ecmascript mimetypes.
jaubourg
2011-01-31
1
-2
/
+2
*
Makes sure jsonp callback is not left in the global namespace in case of an e...
jaubourg
2011-01-31
1
-22
/
+15
*
Makes sure all converters keys are lowercased before any conversion is taking...
jaubourg
2011-01-31
1
-1
/
+12
*
Makes sure options.context is used as the context for global ajax events only...
jaubourg
2011-01-31
1
-2
/
+6
*
Fixes #7568. Follow-up fix for #5862. Objects with a length property weren't ...
Anton M
2011-01-31
1
-3
/
+3
*
Adds an invert method to promises that returns a "inverted" promise that is r...
jaubourg
2011-01-31
1
-8
/
+34
*
Rename jQuery.subclass() to jQuery.sub().
jeresig
2011-01-31
1
-1
/
+1
*
Ensures dataTypeExpressions are lowercased for prefilters and transports regi...
jaubourg
2011-01-31
1
-2
/
+2
*
Fixes #8082. Text to script converter now returns text. Unit test added.
jaubourg
2011-01-29
1
-1
/
+4
*
Fixes potential collisions between jsonp requests from different jQuery insta...
jaubourg
2011-01-29
1
-1
/
+1
*
Use the original element/fragment as the last item to be appended to the docu...
Colin Snover
2011-01-28
1
-6
/
+13
*
Compatibility fixes in ajax: exceptions are no longer promoted to strings bef...
jaubourg
2011-01-28
1
-3
/
+3
*
Make sure subclass is a proper subclass not just subclassing the fn methods. ...
Digitalxero
2011-01-27
1
-1
/
+3
*
Merge branch 'master' of github.com:jquery/jquery
jaubourg
2011-01-27
1
-3
/
+2
|
\
|
*
Remove unneeded and confusing variable definition for better readability.
gnarf
2011-01-27
1
-3
/
+2
*
|
Actually does what https://github.com/jquery/jquery/commit/bab8079593913dbc68...
jaubourg
2011-01-27
1
-1
/
+1
|
/
*
Passes jXHR object as third argument of prefilters and transport factories.
jaubourg
2011-01-26
1
-5
/
+5
*
Fixes #5866. Issue number in previous commit was wrong both in comments and c...
jaubourg
2011-01-26
1
-1
/
+1
*
Fixes #5856. Adds document protocol at the beginning of URLs without protocol...
jaubourg
2011-01-26
1
-11
/
+8
[next]