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-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
...
*
|
|
|
|
|
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
*
|
|
Introduced a new promise method on deferreds that returns an immutable object...
jaubourg
2010-12-31
1
-14
/
+16
*
|
|
Removed custom method in isDeferred and when.
unknown
2010-12-31
1
-9
/
+4
*
|
|
Deferred cannot be cancelled by returning false in a callback. Exception in t...
unknown
2010-12-31
1
-41
/
+34
*
|
|
Capitalized Deferred & _Deferred to clearly mark them as new types, like Event.
unknown
2010-12-31
1
-6
/
+6
*
|
|
jQuery.parseXML extracted from ajax & added to core, needs unit testing.
unknown
2010-12-31
1
-0
/
+22
*
|
|
Removed NFE to make old Safari happy and avoid leaks in IE (as per David Murd...
jaubourg
2010-12-31
1
-2
/
+2
*
|
|
Fixed a loop that only worked in webkit.
jaubourg
2010-12-31
1
-2
/
+2
*
|
|
Added deferred to core. Used internally for DOM readyness and ajax callbacks.
jaubourg
2010-12-31
1
-1
/
+1
*
|
|
Removed NFE to make old Safari happy and avoid leaks in IE (as per David Murd...
jaubourg
2010-12-31
1
-2
/
+2
*
|
|
Fixed a loop that only worked in webkit.
jaubourg
2010-12-31
1
-6
/
+8
*
|
|
Added deferred to core. Used internally for DOM readyness and ajax callbacks.
jaubourg
2010-12-31
1
-36
/
+176
*
|
|
Clean trailing whitespace from all files.
Colin Snover
2010-12-30
1
-28
/
+28
*
|
|
Update CommonJS module registration to check to see if define is a function i...
Colin Snover
2010-12-29
1
-1
/
+1
*
|
|
Register as a CommonJS async module if in that kind of environment. Fixes #7102.
jrburke
2010-12-27
1
-0
/
+5
|
/
/
*
|
Backing out fb6c038bf00296480234c971a1664ac01ca1479e, was causing jQuery.para...
jeresig
2010-12-09
1
-6
/
+0
*
|
Merge branch 'explain-map-concat' of https://github.com/ajpiano/jquery into a...
jeresig
2010-12-09
1
-0
/
+1
|
\
\
|
*
|
Add a comment explaining that jQuery.map flattens arrays
adam j. sontag
2010-11-27
1
-0
/
+1
*
|
|
Merge branch 'bug_7413' of https://github.com/rwldrn/jquery into rwldrn-bug_7413
jeresig
2010-12-09
1
-0
/
+6
|
\
\
\
|
*
|
|
Fixes #7413; isEmptyObject() check to see if obj passes isPlainObject
rwldrn
2010-11-09
1
-0
/
+6
*
|
|
|
Improve performance of get() for negative indices. Fixes #5476.
Anton M
2010-11-19
1
-1
/
+1
|
/
/
/
*
|
|
Make sure that if an additional load event is triggered (such as an iframe be...
John Resig
2010-11-09
1
-8
/
+11
*
|
|
Make sure that when multiple variables are being declared that assignments ar...
John Resig
2010-11-09
1
-3
/
+7
*
|
|
Make sure that the ready event doesn't double-fire when .bind(ready) is used....
jeresig
2010-10-22
1
-2
/
+2
|
|
/
|
/
|
*
|
Var wasn't being explicitly declared. Fixes #7226.
John Resig
2010-10-17
1
-1
/
+1
|
/
*
Make sure that opacity is being reset properly on a show animation. Additiona...
jeresig
2010-09-27
1
-0
/
+7
[prev]
[next]