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
*
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
*
Merge branch '8017lint' of https://github.com/rwldrn/jquery into 8017lint
rwldrn
2011-01-22
1
-1
/
+1
*
Merge branch '8013p' of https://github.com/rwldrn/jquery into rwldrn-8013p
jeresig
2011-01-21
1
-0
/
+12
|
\
|
*
Basic unit tests; This patch relies on the 51 existing clone() tests
rwldrn
2011-01-21
1
-0
/
+12
*
|
Revert "Make sure that focusin/focusout bubbles in non-IE browsers." This was...
jeresig
2011-01-21
1
-20
/
+0
*
|
Replaces "text in-between" technique with a full-fledged one-level transitive...
jaubourg
2011-01-21
1
-0
/
+43
*
|
Merge branch 'fix-7853-add-context' of https://github.com/dmethvin/jquery int...
John Resig
2011-01-20
1
-8
/
+9
|
\
\
|
*
|
Rework unit tests to check actual result elements.
Dave Methvin
2011-01-19
1
-6
/
+6
|
*
|
By default, use document root rather than current selection's context when ad...
Dave Methvin
2010-12-28
1
-8
/
+9
*
|
|
Renames Deferred's fire and fireReject methods as resolveWith and rejectWith ...
jaubourg
2011-01-20
1
-1
/
+1
*
|
|
Makes sure statusCode callbacks are ordered in the same way success and error...
jaubourg
2011-01-20
1
-3
/
+30
|
|
/
|
/
|
*
|
Cleans up and simplifies code shared by ajaxPrefilter and ajaxTransport. Remo...
jaubourg
2011-01-20
1
-0
/
+41
*
|
Moves active counter test after all other ajax tests where it should be.
jaubourg
2011-01-19
1
-4
/
+4
*
|
Add another tweak for handling CSP - we need to make sure that we don't trigg...
John Resig
2011-01-18
1
-0
/
+30
*
|
Update unit test for #7608 which was leaking timers.
rwldrn
2011-01-17
1
-11
/
+2
*
|
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
15
-131
/
+371
|
\
\
|
*
\
Merge in data_nocollide branch. Fixes #6968, improves unit testing framework ...
Colin Snover
2011-01-17
15
-131
/
+371
|
|
\
\
|
|
*
|
Update unit tests with a leak detection mechanism for the various jQuery glob...
Colin Snover
2011-01-09
15
-38
/
+189
|
|
*
|
Change the way jQuery.data works so that there is no longer a chance of colli...
Colin Snover
2011-01-09
4
-93
/
+179
*
|
|
|
Fixed a couple issues with escaping of attribute values in selectors. Fixes #...
jeresig
2011-01-17
1
-12
/
+55
|
/
/
/
*
|
|
Merge branch '7608' of https://github.com/rwldrn/jquery into rwldrn-7608
jeresig
2011-01-17
1
-0
/
+22
|
\
\
\
|
*
|
|
whitespace fixes in unit tests
rwldrn
2011-01-10
1
-18
/
+18
[next]