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/github_actions/github-actions-f50e11107c
dependabot/npm_and_yarn/rollup-4.22.4
jtr-test
main
mgol-patch-1
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
...
*
|
|
|
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
*
|
|
Revert "Register as a CommonJS async module if in that kind of environment. F...
wycats
2011-01-05
1
-24
/
+22
*
|
|
"then" renamed "complete" and new "then" method defined using "complete" and ...
jaubourg
2011-01-05
1
-14
/
+14
|
/
/
*
|
Simplified the way a Promise is tested for (removed promiseMarker). Removed i...
jaubourg
2010-12-31
1
-15
/
+11
*
|
Introduced a new promise method on deferreds that returns an immutable object...
jaubourg
2010-12-31
1
-27
/
+23
*
|
Removed custom method in isDeferred and when.
unknown
2010-12-31
1
-22
/
+3
*
|
Deferred cannot be cancelled by returning false in a callback. Exception in t...
unknown
2010-12-31
1
-74
/
+7
*
|
Capitalized Deferred & _Deferred to clearly mark them as new types, like Event.
unknown
2010-12-31
1
-20
/
+20
*
|
Added deferred to core. Used internally for DOM readyness and ajax callbacks.
jaubourg
2010-12-31
1
-0
/
+250
*
|
Register as a CommonJS async module if in that kind of environment. Fixes #7102.
jrburke
2010-12-27
1
-22
/
+24
|
/
*
Backing out fb6c038bf00296480234c971a1664ac01ca1479e, was causing jQuery.para...
jeresig
2010-12-09
1
-11
/
+4
*
Merge branch 'bug_7413' of https://github.com/rwldrn/jquery into rwldrn-bug_7413
jeresig
2010-12-09
1
-4
/
+11
|
\
|
*
Fixes #7413; isEmptyObject() check to see if obj passes isPlainObject
rwldrn
2010-11-09
1
-4
/
+11
*
|
Improve performance of get() for negative indices. Fixes #5476.
Anton M
2010-11-19
1
-5
/
+5
|
/
*
Test jQuery.type also with document.
Robert Katic
2010-09-23
1
-1
/
+2
*
Made jQuery.type more consistent with host objects.
Robert Katic
2010-09-23
1
-1
/
+5
*
Added some tests for #5991.
Robert Katic
2010-09-23
1
-1
/
+5
*
Ensured that arrays are not considered same as plain object on deep extending...
Robert Katic
2010-09-23
1
-2
/
+1
*
Add some tests for jQuery.isWindow and make sure that we're operating against...
jeresig
2010-09-22
1
-0
/
+19
*
Make sure that jQuery works even when the individual modules are loaded separ...
jeresig
2010-09-08
1
-1
/
+2
*
Added some tweaks to $.type to handle null and undefined. Added a bunch of un...
John Resig
2010-08-27
1
-0
/
+23
*
Fixing getting/setting classes and makeArray(RegExp) for Blackberry 4.7. Fixe...
John Resig
2010-08-23
1
-15
/
+28
*
Replace usage of the removed global reset() method with QUnit.reset().
jzaefferer
2010-07-28
1
-2
/
+2
*
Adjust isPlainObject test to run in an iframe.
jeresig
2010-03-24
1
-1
/
+1
*
Landing a faster trim method. Based upon the work by Travis Hardiman and DBJD...
jeresig
2010-03-09
1
-6
/
+12
*
Make sure leading whitespace is trimmed for parseJSON. Fixes #6031.
jeresig
2010-02-13
1
-2
/
+4
*
Landing some minor perf optimization to jQuery().
jeresig
2010-01-28
1
-1
/
+1
*
Make empty strings (and other non-string values) simply return null from pars...
jeresig
2010-01-23
1
-0
/
+25
*
Moved add() tests from core to traversing.
jeresig
2010-01-23
1
-55
/
+0
*
Make sure that disconnected nodes aren't sorted/uniqued. Fixes #5791.
jeresig
2010-01-13
1
-4
/
+9
*
Fixed typo in logic, also disabled function setters in this case to allow th...
jeresig
2010-01-12
1
-1
/
+7
*
Make sure to do a deep copy on arrays. #5750
Filipe Fortes
2010-01-07
1
-2
/
+7
*
Merging in jQuery.proxy() branch.
jeresig
2010-01-05
1
-0
/
+19
|
\
|
*
Added in jQuery.proxy(obj, name), like the method described in Secrets of the...
jeresig
2009-12-31
1
-0
/
+19
*
|
Rewrite of jQuery.browser to become engine-centric, rather than browser-centr...
jeresig
2010-01-05
1
-33
/
+19
|
/
*
Fixed the spacing from the last commit.
jeresig
2009-12-18
1
-11
/
+11
*
Disabled the passthrough .attr(method_name) functionality. You can now use it...
jeresig
2009-12-18
1
-1
/
+17
*
Made isPlainObject() supporting null, undefined, and window values on IE too....
Robert Katic
2009-12-19
1
-1
/
+14
*
Make sure that dynamically-created elements don't have a parent. Fixes #5638.
John Resig
2009-12-10
1
-1
/
+4
*
Moved some methods around inbetween core.js and traversing.js. Core methods s...
John Resig
2009-12-10
1
-31
/
+79
*
Rewrote .merge() (faster and less obtuse now). Fixed #5610.
John Resig
2009-12-09
1
-1
/
+5
*
Switched jQuery() to represent jQuery([]) instead of jQuery(document).
John Resig
2009-12-09
1
-1
/
+1
*
Renamed isObjectLiteral to isPlainObject (makes more sense, per the suggestio...
John Resig
2009-12-06
1
-8
/
+8
*
Added some isObjectLiteral tests.
jeresig
2009-12-02
1
-0
/
+45
*
Fixes $.trim for closes #4980
Yehuda Katz
2009-11-30
1
-0
/
+11
*
Generic jQuery.merge and safer jQuery.makeArray(nodeList).
Robert Katic
2009-11-26
1
-2
/
+6
*
Corrected some minor errors made by me (rkatic) in last commits.
Robert Katic
2009-11-13
1
-3
/
+3
[prev]
[next]