index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-6951dec90a
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
...
*
|
|
|
|
Fixes crossDomain test so that it assumes port to be 80 for http and 443 for ...
jaubourg
2011-01-19
1
-2
/
+4
*
|
|
|
|
Moves determineDataType into ajaxSettings so that it is accessible to transpo...
jaubourg
2011-01-19
2
-51
/
+52
*
|
|
|
|
Re-adds hastily removed variable and simplifies statusCode based callbacks ha...
jaubourg
2011-01-19
1
-15
/
+16
*
|
|
|
|
Use undefined instead of 0 to deference transport for clarity.
jaubourg
2011-01-19
1
-1
/
+1
*
|
|
|
|
Removes unnecessary test and ensures getResponseHeader returns null if the he...
jaubourg
2011-01-19
1
-12
/
+7
*
|
|
|
|
Revised how context is determined and removed unnecessary "parameter as varia...
jaubourg
2011-01-19
1
-12
/
+10
*
|
|
|
|
Moved ajaxSettings.xhr definition together with support.ajax and support.cors...
jaubourg
2011-01-19
2
-161
/
+173
|
/
/
/
/
*
|
|
|
Remove an unused regex and optimize character escape regex usage.
Anton M
2011-01-19
1
-7
/
+2
*
|
|
|
Merge branch 'master' of https://github.com/mathiasbynens/jquery into mathias...
John Resig
2011-01-18
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Add missing line break after copyright header and trailing semicolon at the e...
Mathias Bynens
2011-01-18
1
-2
/
+2
*
|
|
|
|
Merge branch 'chrome-slice-comment' of https://github.com/ajpiano/jquery into...
John Resig
2011-01-18
1
-1
/
+5
|
\
\
\
\
\
|
*
|
|
|
|
Fix tabs vs spaces in initial workaround commit
adam j. sontag
2011-01-17
1
-1
/
+1
|
*
|
|
|
|
shorten the SHA
adam j. sontag
2011-01-17
1
-1
/
+1
|
*
|
|
|
|
Add link to chrome issue ticket
adam j. sontag
2011-01-17
1
-0
/
+1
|
*
|
|
|
|
Add a comment to explain (and enforce the temporary-ness of) an extra line of...
adam j. sontag
2011-01-17
1
-0
/
+3
*
|
|
|
|
|
Weird, not sure why I got an exec error before - doesn't seem to be needed.
John Resig
2011-01-18
1
-0
/
+0
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Make sure that the UglifyJS file is executable.
John Resig
2011-01-18
1
-0
/
+0
*
|
|
|
|
Add another tweak for handling CSP - we need to make sure that we don't trigg...
John Resig
2011-01-18
2
-1
/
+40
*
|
|
|
|
Merge branch 'master' of https://github.com/russtacular/jquery into russtacul...
John Resig
2011-01-18
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
jQuery.fn.offset no longer returns ClientRect object for disconnected elements
Russell Holbrook
2010-11-22
1
-1
/
+1
*
|
|
|
|
|
Clarify cygwin instructions slightly and swap the order of arguments to which...
Colin Snover
2011-01-17
2
-3
/
+3
*
|
|
|
|
|
Update Makefile to use either nodejs or node, whichever exists (Debian uses n...
Colin Snover
2011-01-17
1
-1
/
+1
*
|
|
|
|
|
Update unit test for #7608 which was leaking timers.
rwldrn
2011-01-17
1
-11
/
+2
*
|
|
|
|
|
Replace build system with a faster new one that uses Node and UglifyJS and ge...
Colin Snover
2011-01-17
12
-369
/
+3073
*
|
|
|
|
|
Disabled a broken test for now, until WebKit browsers become more current.
jeresig
2011-01-17
1
-2
/
+5
*
|
|
|
|
|
Accidentally removed the module teardown code.
jeresig
2011-01-17
1
-1
/
+1
*
|
|
|
|
|
Opera was falling back to undefined, which it didn't appreciate.
jeresig
2011-01-17
1
-1
/
+1
*
|
|
|
|
|
Merge branch 'master' of github.com:jquery/jquery
jeresig
2011-01-17
21
-229
/
+543
|
\
\
\
\
\
\
|
*
\
\
\
\
\
Merge branch 'master' of github.com:jquery/jquery into jquery-master
Colin Snover
2011-01-17
2
-24
/
+34
|
|
\
\
\
\
\
\
|
*
\
\
\
\
\
\
Merge in data_nocollide branch. Fixes #6968, improves unit testing framework ...
Colin Snover
2011-01-17
21
-229
/
+543
|
|
\
\
\
\
\
\
\
|
|
|
_
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
Introduce a temporary hack to allow jQuery.fn.data("events") to continue to w...
Colin Snover
2011-01-17
1
-0
/
+7
|
|
*
|
|
|
|
|
Update unit tests with a leak detection mechanism for the various jQuery glob...
Colin Snover
2011-01-09
15
-38
/
+189
|
|
*
|
|
|
|
|
Fix jQuery.queue leaks empty queues.
Colin Snover
2011-01-09
1
-0
/
+4
|
|
*
|
|
|
|
|
Fix domManip leaks the first element when appending elements to multiple othe...
Colin Snover
2011-01-09
1
-1
/
+1
|
|
*
|
|
|
|
|
Change the way jQuery.data works so that there is no longer a chance of colli...
Colin Snover
2011-01-09
10
-192
/
+341
*
|
|
|
|
|
|
|
Fixed a couple issues with escaping of attribute values in selectors. Fixes #...
jeresig
2011-01-17
1
-12
/
+55
|
|
_
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
Defer scriptEval test until first use to prevent Content Security Policy inli...
Brandon Sterne
2011-01-17
2
-24
/
+34
|
/
/
/
/
/
/
*
|
|
|
|
|
Merge branch '7608' of https://github.com/rwldrn/jquery into rwldrn-7608
jeresig
2011-01-17
2
-4
/
+30
|
\
\
\
\
\
\
|
*
|
|
|
|
|
whitespace fixes in unit tests
rwldrn
2011-01-10
1
-18
/
+18
|
*
|
|
|
|
|
Bug #7608 elem.runtimeStyle throws exception in Opera
rwldrn
2011-01-05
2
-4
/
+30
*
|
|
|
|
|
|
Merging pull request 183 for #7793.
jeresig
2011-01-17
2
-5
/
+13
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Update test case to feature-detect Opera's lack of defaultPrevented and skip ...
Dave Methvin
2011-01-15
1
-1
/
+8
|
*
|
|
|
|
|
|
Test for standard createEvent before IE-specific click method.
Dave Methvin
2010-12-27
1
-7
/
+4
|
*
|
|
|
|
|
|
Simplify the check for isDefaultPrevented.
Dave Methvin
2010-12-24
1
-4
/
+2
|
*
|
|
|
|
|
|
When a native browser event is bubbling up the DOM, make sure that the correc...
Dave Methvin
2010-12-23
2
-0
/
+44
*
|
|
|
|
|
|
|
Added unit tests to check and demonstrate new jQuery.Deferred() works.
jaubourg
2011-01-17
1
-1
/
+20
*
|
|
|
|
|
|
|
Put the split to get the list of promise methods out of the promise method it...
jaubourg
2011-01-16
1
-4
/
+9
*
|
|
|
|
|
|
|
Implements joined jQuery.when statements. Makes it so calling jQuery.when wit...
jaubourg
2011-01-16
2
-14
/
+79
*
|
|
|
|
|
|
|
Fixed the ajax test regarding the jsonp option set to false and added a test ...
jaubourg
2011-01-16
1
-5
/
+5
*
|
|
|
|
|
|
|
Revised jsonp unit tests and added a test for when the jsonp option is set to...
jaubourg
2011-01-16
1
-259
/
+222
[prev]
[next]