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
/
src
/
core.js
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Make sure that the body element exists before doing the body selector optimiz...
jeresig
2010-09-24
1
-1
/
+1
*
Increase the speed of the single setTimeout calls for the ready event.
jeresig
2010-09-24
1
-2
/
+2
*
Merge branch 'master' of github.com:jquery/jquery
jeresig
2010-09-23
1
-1
/
+2
|
\
|
*
Delay the result of the readyState check to give scripts the opportunity to d...
jeresig
2010-09-23
1
-1
/
+2
*
|
Made jQuery.type more consistent with host objects.
Robert Katic
2010-09-23
1
-2
/
+10
*
|
Ensured that arrays are not considered same as plain object on deep extending...
Robert Katic
2010-09-23
1
-5
/
+10
|
/
*
Add some tests for jQuery.isWindow and make sure that we're operating against...
jeresig
2010-09-22
1
-1
/
+1
*
Unify the means of detecting a window across the library. Fixes jQuery UI bug...
jeresig
2010-09-22
1
-2
/
+7
*
Some minor lint fixes for the RegExp.
jeresig
2010-09-22
1
-1
/
+1
*
Applied the RegExp issues reported by Jeff Robinson here: http://jmrware.com/...
jeresig
2010-09-22
1
-10
/
+26
*
Re-work the document scoping.
jeresig
2010-09-22
1
-3
/
+0
*
Fix bug with the readyWait DOM ready addition.
John Resig
2010-09-21
1
-1
/
+1
*
Allow plugins to delay the exeuction of the ready event. Delay the ready even...
John Resig
2010-09-20
1
-2
/
+16
*
Wrap the core return in parens to fix a confused JSLint.
jeresig
2010-09-14
1
-1
/
+1
*
Make sure that jQuery is being exposed outside of core (this will be stripped...
jeresig
2010-09-09
1
-2
/
+2
*
Make sure that the removeEvent and buildFragment private functions are expose...
jeresig
2010-09-08
1
-1
/
+1
*
Switched to use 'in' for the setInterval/window check as it also skirts aroun...
John Resig
2010-08-27
1
-1
/
+1
*
Blackberry 4.6 is capable of finding elements that are no longer in the DOM v...
John Resig
2010-08-27
1
-1
/
+3
*
Use the native isArray whenever possible. See perf test by jdalton here: http...
John Resig
2010-08-27
1
-1
/
+1
*
Simplify the logic in $.type, thanks to jdalton for the suggesiton in 5d2be7e...
John Resig
2010-08-27
1
-4
/
+2
*
Added some tweaks to $.type to handle null and undefined. Added a bunch of un...
John Resig
2010-08-27
1
-1
/
+5
*
Adding in a jQuery.type(obj) method (a simple map to using Object.prototype.t...
John Resig
2010-08-25
1
-5
/
+9
*
Tweaked logic for working around Blackberry 4.7 makeArray(RegExp) issue. Fixe...
John Resig
2010-08-25
1
-1
/
+3
*
Fixing getting/setting classes and makeArray(RegExp) for Blackberry 4.7. Fixe...
John Resig
2010-08-23
1
-1
/
+2
*
Made it so that you no longer need to build jQuery in order to run the test s...
jeresig
2010-03-23
1
-48
/
+39
*
Switch to using String.prototype.trim from String.trim as it's more-widely av...
jeresig
2010-03-11
1
-2
/
+3
*
Landing a faster trim method. Based upon the work by Travis Hardiman and DBJD...
jeresig
2010-03-09
1
-4
/
+23
*
More changes to get jQuery in line with JSLint.
jeresig
2010-03-01
1
-4
/
+6
*
Land some additional tweaks related to running through JSLint.
jeresig
2010-03-01
1
-6
/
+6
*
Made some code tweaks related to running jQuery through JSLint (thanks to Lor...
jeresig
2010-03-01
1
-1
/
+1
*
If .attr() is run on no elements undefined should be returned (as should be t...
jeresig
2010-02-13
1
-1
/
+1
*
Make sure leading whitespace is trimmed for parseJSON. Fixes #6031.
jeresig
2010-02-13
1
-0
/
+3
*
Remove the need for the internal setArray method, it was only really used by ...
jeresig
2010-02-13
1
-13
/
+8
*
The context for 'body' should still be document, in this case.
jeresig
2010-01-29
1
-1
/
+2
*
Landing some minor perf optimization to jQuery().
jeresig
2010-01-28
1
-4
/
+12
*
Optimize for the case where a fragment-bound element is being injected into o...
jeresig
2010-01-28
1
-0
/
+2
*
Make empty strings (and other non-string values) simply return null from pars...
jeresig
2010-01-23
1
-10
/
+9
[prev]
[next]