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
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
/
test
/
unit
/
core.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix #10478. Replace jQuery.isNaN with jQuery.isNumeric.
Dave Methvin
2011-10-11
1
-0
/
+40
*
Landing pull request 331. Add support for registering jQuery as an AMD module...
jrburke
2011-09-19
1
-0
/
+6
|
\
|
*
Add support for registering jQuery as an AMD module. Only does so if the AMD ...
jrburke
2011-04-16
1
-1
/
+7
*
|
Allow second argument to be passed to array.indexOf. Fixes #9453.
timmywil
2011-09-19
1
-0
/
+36
*
|
Merge pull request #445 from rwldrn/9897
Dave Methvin
2011-08-25
1
-1
/
+8
|
\
\
|
*
|
Wrap obj.constructor test in try/catch. Thanks to bkrausz. Fixes #9897
Rick Waldron
2011-07-25
1
-1
/
+8
*
|
|
Merge pull request #465 from anton-ryzhov/master
Dave Methvin
2011-08-25
1
-0
/
+10
|
\
\
\
|
*
|
|
Unit test for this case
Anton Ryzhov
2011-08-17
1
-0
/
+10
|
|
/
/
*
|
|
Prioritize #id over <tag> to avoid XSS via location.hash (#9521)
Dave Methvin
2011-08-23
1
-0
/
+18
*
|
|
Landing pull request 463. Fixes #9572. Don't camelize the `-ms-` prefix becau...
dmethvin
2011-08-17
1
-2
/
+7
|
/
/
*
|
Fixes #9255: xml parsing error in $.parseXML is now properly detected for all...
jaubourg
2011-07-23
1
-2
/
+22
*
|
Landing pull request 383. Relocating jQuery.camelCase to core; Fixes #9368.
rwldrn
2011-05-25
1
-0
/
+14
*
|
Make sure that empty nodelists continue to map properly. Fixes #8993.
John Resig
2011-05-02
1
-1
/
+7
*
|
Change check for skipping the initial quickExpr RegExp check. Fixes #8984.
John Resig
2011-05-02
1
-1
/
+12
*
|
Remove unnecessary usage of Function.prototype.bind (#7783) but maintain API....
John Resig
2011-04-17
1
-1
/
+4
*
|
Switch QUnit div from depreceted #main to #qunit-fixture
timmywil
2011-04-17
1
-39
/
+39
|
/
*
merge with master and resolve more conflicts
louisremi
2011-04-12
1
-1
/
+8
|
\
|
*
Merge branch 'bug_4366' of https://github.com/jboesch/jquery into jboesch-bug...
jeresig
2011-04-12
1
-1
/
+8
|
|
\
|
|
*
Bug 4366; fixing $.each(document.styleSheets) from throwing errors in IE
Jordan Boesch
2011-03-30
1
-1
/
+8
*
|
|
second batch
louisremi
2011-04-11
1
-69
/
+69
|
/
/
*
|
Merge branch 'proxy-native-bind' of https://github.com/gf3/jquery into gf3-pr...
jeresig
2011-04-10
1
-3
/
+12
|
\
\
|
*
|
added: Backcompatibility with old proxy syntax.
Gianni Chiappetta
2011-01-21
1
-1
/
+5
|
*
|
Merge branch 'master' into proxy-native-bind
Gianni Chiappetta
2011-01-21
1
-24
/
+322
|
|
\
\
|
*
|
|
Fixing $.proxy to work like (and use) Function.prototype.bind (ticket #7783)
Gianni Chiappetta
2010-12-14
1
-3
/
+8
*
|
|
|
Merge branch 'map-object.1.6' of https://github.com/danheberden/jquery into d...
jeresig
2011-04-10
1
-10
/
+10
|
\
\
\
\
|
*
|
|
|
Improve speed of $.map with object support (-5% previous speed) and improve ....
Dan Heberden
2011-04-04
1
-2
/
+2
|
*
|
|
|
jQuery.map to iterate over objects with a .length property
Dan Heberden
2011-03-21
1
-5
/
+7
|
*
|
|
|
Merge branch 'bug_2616' of https://github.com/jboesch/jquery into map-object.1.6
Dan Heberden
2011-03-21
1
-7
/
+5
|
|
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
Bug 2616; Adding object support to jQuery.map
Jordan Boesch
2011-02-27
1
-7
/
+5
*
|
|
|
|
Rewrite of globalEval. Uses window.execScript or window.eval with a trick to ...
jaubourg
2011-04-07
1
-0
/
+20
*
|
|
|
|
Skip id regex check when large html strings are passed to the jQuery construc...
carpie
2011-04-05
1
-1
/
+14
*
|
|
|
|
Merge branch '4321' of https://github.com/rwldrn/jquery into rwldrn-4321
Dave Methvin
2011-04-05
1
-1
/
+2
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
4321 returns empty jquery object
rwldrn
2011-01-01
1
-1
/
+2
*
|
|
|
|
Moves Deferred-related code into a separate module. Context handling has been...
jaubourg
2011-03-03
1
-221
/
+0
*
|
|
|
|
Fix for #8421. Makes sure resolveWith can be called with only one parameter.
jaubourg
2011-03-03
1
-5
/
+11
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Revert "Adds an invert method to promises that returns a "inverted" promise t...
jaubourg
2011-02-18
1
-41
/
+9
*
|
|
|
Fix some unscoped tests which failed after recent changes to QUnit.
Anton M
2011-02-15
1
-5
/
+5
*
|
|
|
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
*
|
|
|
Make sure subclass is a proper subclass not just subclassing the fn methods. ...
Digitalxero
2011-01-27
1
-0
/
+49
|
|
_
|
/
|
/
|
|
*
|
|
Renames Deferred's fire and fireReject methods as resolveWith and rejectWith ...
jaubourg
2011-01-20
1
-1
/
+1
*
|
|
Merge in data_nocollide branch. Fixes #6968, improves unit testing framework ...
Colin Snover
2011-01-17
1
-1
/
+7
|
\
\
\
|
*
|
|
Update unit tests with a leak detection mechanism for the various jQuery glob...
Colin Snover
2011-01-09
1
-1
/
+4
*
|
|
|
Added unit tests to check and demonstrate new jQuery.Deferred() works.
jaubourg
2011-01-17
1
-1
/
+20
*
|
|
|
Implements joined jQuery.when statements. Makes it so calling jQuery.when wit...
jaubourg
2011-01-16
1
-3
/
+43
*
|
|
|
Fix a failing subclass test due to a change in master
wycats
2011-01-14
1
-5
/
+5
*
|
|
|
added jQuery.subclass
Jared Grippe
2011-01-14
1
-0
/
+72
*
|
|
|
Ensure that buildFragment clones elements properly in all browsers. Fixes #38...
Colin Snover
2011-01-09
1
-1
/
+6
|
/
/
/
*
|
|
Renamed "complete" to "done" in order to avoid conflicts with jXHR.complete.
jaubourg
2011-01-06
1
-11
/
+11
*
|
|
Cleaning up trailing whitespace again.
Colin Snover
2011-01-05
1
-66
/
+66
[next]