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
/
core.js
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
|
2773: first pass adding node/jQuery object support to jQuery.fn.find; unit te...
timmywil
2011-03-16
1
-1
/
+1
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge branch 'attrhooks.1.6'
jeresig
2011-04-10
1
-1
/
+0
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Continuing IE7 testing, conditional attr fixes and hooks with feature testing...
timmywil
2011-04-03
1
-1
/
+1
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
Fixes #8814. Clean up inArray.
Rick Waldron
2011-04-10
1
-8
/
+4
*
|
|
|
|
|
|
Merge branch 'master' of github.com:jquery/jquery
Dave Methvin
2011-04-07
1
-17
/
+10
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Rewrite of globalEval. Uses window.execScript or window.eval with a trick to ...
jaubourg
2011-04-07
1
-17
/
+10
*
|
|
|
|
|
|
|
Create jQuery.holdReady(true/false) method to encapsulate jQuery.readyWait++ ...
Dave Methvin
2011-04-07
1
-7
/
+11
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
Skip id regex check when large html strings are passed to the jQuery construc...
carpie
2011-04-05
1
-1
/
+6
*
|
|
|
|
|
|
Merge branch '4321' of https://github.com/rwldrn/jquery into rwldrn-4321
Dave Methvin
2011-04-05
1
-1
/
+1
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
4321 jQuery('#') returns empty jquery object
rwldrn
2011-01-01
1
-1
/
+0
|
*
|
|
|
|
|
|
4321 returns empty jquery object
rwldrn
2011-01-01
1
-1
/
+2
*
|
|
|
|
|
|
|
Remove extra else in parseJSON
Dan Heberden
2011-04-05
1
-2
/
+1
*
|
|
|
|
|
|
|
Bug 7587; Enhancement/1.6 Feature: Bypass regexp filter on $.parseJSON and us...
Dan Heberden
2011-04-05
1
-8
/
+10
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
Moves Deferred-related code into a separate module. Context handling has been...
jaubourg
2011-03-03
1
-172
/
+2
*
|
|
|
|
|
|
Fix for #8421. Makes sure resolveWith can be called with only one parameter.
jaubourg
2011-03-03
1
-0
/
+2
|
|
/
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Revert "Fixes #8353. Adds a catch block in resolveWith so that the finally bl...
jaubourg
2011-02-24
1
-6
/
+0
*
|
|
|
|
|
Refactors jQuery.when to avoid unnecessary recursion and limit function calls...
jaubourg
2011-02-23
1
-18
/
+28
*
|
|
|
|
|
Fixes #8353. Adds a catch block in resolveWith so that the finally block gets...
jaubourg
2011-02-23
1
-0
/
+6
*
|
|
|
|
|
Makes the promise method of Deferreds a bit more readable by not using the va...
jaubourg
2011-02-22
1
-2
/
+2
*
|
|
|
|
|
Revert "Adds an invert method to promises that returns a "inverted" promise t...
jaubourg
2011-02-18
1
-34
/
+8
*
|
|
|
|
|
Fix some whitespace issues.
Anton M
2011-02-15
1
-1
/
+1
*
|
|
|
|
|
Merge branch 'fix8033' of https://github.com/SlexAxton/jquery into SlexAxton-...
jeresig
2011-02-14
1
-1
/
+1
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Moved jQuery global leak to end of file so accidental gEBCN overrides in prot...
Alex Sexton
2011-01-23
1
-1
/
+1
*
|
|
|
|
|
Fixes #8098. Use the fast document.head when available. Don't set unneeded "s...
Mathias Bynens
2011-02-02
1
-4
/
+2
*
|
|
|
|
|
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
*
|
|
|
|
|
Make sure subclass is a proper subclass not just subclassing the fn methods. ...
Digitalxero
2011-01-27
1
-1
/
+3
*
|
|
|
|
|
Remove unneeded and confusing variable definition for better readability.
gnarf
2011-01-27
1
-3
/
+2
*
|
|
|
|
|
#8044 Removes unnec. rnonword var
Rick Waldron
2011-01-25
1
-3
/
+0
|
/
/
/
/
/
*
|
|
|
|
Fixes some coding style issues in core.js. In jQuery.fn.ready(), simplifies t...
jaubourg
2011-01-23
1
-46
/
+26
*
|
|
|
|
Merge branch '8013p' of https://github.com/rwldrn/jquery into rwldrn-8013p
jeresig
2011-01-21
1
-1
/
+1
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
Cleaned up; fixes per review
rwldrn
2011-01-20
1
-1
/
+1
*
|
|
|
|
Merge branch 'master' of github.com:jquery/jquery
jeresig
2011-01-20
1
-7
/
+7
|
\
\
\
\
\
|
*
\
\
\
\
Merge branch 'master' of github.com:jquery/jquery
jaubourg
2011-01-20
1
-62
/
+16
|
|
\
\
\
\
\
|
*
|
|
|
|
|
Renames Deferred's fire and fireReject methods as resolveWith and rejectWith ...
jaubourg
2011-01-20
1
-7
/
+7
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Bring jQuery('#id') and jQuery('body') logic back into core (while leaving it...
jeresig
2011-01-20
1
-18
/
+57
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Fix typo in regex tweak from previous commit.
jeresig
2011-01-20
1
-1
/
+1
*
|
|
|
|
Move jQuery(...) selector speed-up logic into Sizzle(...) qSA handling. Addit...
jeresig
2011-01-20
1
-62
/
+16
|
/
/
/
/
*
|
|
|
Remove an unused regex and optimize character escape regex usage.
Anton M
2011-01-19
1
-7
/
+2
*
|
|
|
Defer scriptEval test until first use to prevent Content Security Policy inli...
Brandon Sterne
2011-01-17
1
-1
/
+1
*
|
|
|
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
1
-11
/
+36
*
|
|
|
added jQuery.subclass
Jared Grippe
2011-01-14
1
-5
/
+26
*
|
|
|
Ensure that buildFragment clones elements properly in all browsers. Fixes #38...
Colin Snover
2011-01-09
1
-1
/
+1
*
|
|
|
Renamed "complete" to "done" in order to avoid conflicts with jXHR.complete.
jaubourg
2011-01-06
1
-8
/
+8
*
|
|
|
Fixed mixing of tabs & spaces to make JSLint happier.
jaubourg
2011-01-06
1
-4
/
+4
*
|
|
|
Cleaning up trailing whitespace again.
Colin Snover
2011-01-05
1
-32
/
+32
*
|
|
|
Revert "Register as a CommonJS async module if in that kind of environment. F...
wycats
2011-01-05
1
-5
/
+0
*
|
|
|
"then" renamed "complete" and new "then" method defined using "complete" and ...
jaubourg
2011-01-05
1
-20
/
+24
|
/
/
/
*
|
|
Simplified the way a Promise is tested for (removed promiseMarker). Removed i...
jaubourg
2010-12-31
1
-29
/
+19
[prev]
[next]