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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switched from using Git Submodules to just doing a straight clone of the QUni...
jeresig
2009-11-30
1
-0
/
+0
*
Bringing Sizzle and QUnit up to date.
jeresig
2009-11-30
1
-0
/
+0
*
Made .show(null/undefined) and .hide(null/undefined) work the same as .show()...
jeresig
2009-11-30
1
-2
/
+2
*
Fixed a problem with animations with a duration of 0 not working properly for...
jeresig
2009-11-30
1
-4
/
+4
*
Merge branch 'master' of github.com:jquery/jquery
jeresig
2009-11-30
1
-1
/
+1
|
\
|
*
Fixes $.trim for closes #4980
Yehuda Katz
2009-11-30
1
-1
/
+1
*
|
Fixed bug with singleTag matching in core.js.
jeresig
2009-11-30
1
-1
/
+1
|
/
*
added missing semicolons
Karl Swedberg
2009-11-28
2
-4
/
+4
*
added missing radix parameter for parseInt()
Karl Swedberg
2009-11-28
1
-1
/
+1
*
added curly braces around all if/else statements
Karl Swedberg
2009-11-28
7
-121
/
+149
*
Disable the X-Requested-With header to avoid preflighting remote POST request...
John Resig
2009-11-25
1
-5
/
+7
*
Fixed spacing on the modified Ajax code.
John Resig
2009-11-25
1
-8
/
+8
*
Fixing endlines.
Mark Gibson
2009-11-25
1
-170
/
+170
*
Re-adding zeros removed from slice calls in last commit.
Robert Katic
2009-11-26
1
-2
/
+2
*
Corrected RegExp to match event namespaces. Fixes #5303.
Robert Katic
2009-11-26
1
-2
/
+2
*
Generic jQuery.merge and safer jQuery.makeArray(nodeList).
Robert Katic
2009-11-26
1
-17
/
+23
*
Added support for .text() on text nodes. Fixes #5525.
John Resig
2009-11-17
1
-9
/
+11
*
Changed the === undefined ready event check to == null since frameElement is ...
Andrea Giammarchi
2009-11-17
1
-1
/
+1
*
Allowing falsy values to be passed as a speed for hide().
Scott Gonzalez
2009-11-13
1
-1
/
+1
*
Allowing falsy values to be passed as a speed for show().
Scott Gonzalez
2009-11-13
1
-1
/
+1
*
Made jQuery.extend(true, ...) to extend recursively only 'object literal' val...
Robert Katic
2009-11-12
1
-13
/
+4
*
Made isObjectLiteral to work correctly with custom objects with empty prototy...
Robert Katic
2009-11-12
1
-2
/
+9
*
Use array.indexOf if available (speeds up modern browsers). Thanks to lrbabe ...
lrbabe
2009-11-11
1
-0
/
+4
*
Added useMap and frameBorder IE support to attr. Fixes #4561.
John Resig
2009-11-11
1
-1
/
+3
*
Added a check to make sure that a load request isn't done if the element does...
John Resig
2009-11-11
1
-0
/
+4
*
Pass in the XHR object as the third argument to the success callback (which h...
John Resig
2009-11-11
1
-1
/
+1
*
Fixed the case where HTML that contained entities was being inserted as text ...
John Resig
2009-11-11
1
-1
/
+1
*
Landing tweak from 'haruka' that fixes non-pixel fontSize values in IE. Fixes...
John Resig
2009-11-11
1
-2
/
+2
*
Land Rich's fix for not using window.top to do frame detection. Fixes #4787.
Rich Dougherty
2009-11-11
1
-3
/
+8
*
Made jQuery('<div/>') and jQuery('<div></div>') use the same code path (makin...
John Resig
2009-11-11
1
-1
/
+1
*
Opera 9.2 was interpreting .5 as 0.50, changing it to .55 lets the result be ...
John Resig
2009-11-11
1
-2
/
+2
*
Removed the use of this.length++ as it makes it hard to use the init method d...
John Resig
2009-11-11
1
-2
/
+2
*
Making sure that you can bind multiple toggles to a single element without pr...
Mr Speaker
2009-11-11
1
-2
/
+3
*
Renamed isObject to isObjectLiteral to be more specific.
John Resig
2009-11-10
1
-2
/
+2
*
Require that, at least, document.body exists before firing the ready event. T...
John Resig
2009-11-09
1
-0
/
+4
*
Backing out commit 81bfd9b870f658ce00eec48ea48a84d69c20bf05, read the ticket ...
John Resig
2009-11-09
1
-1
/
+1
*
Merge branch 'master' of git@github.com:jquery/jquery
John Resig
2009-11-09
1
-4
/
+3
|
\
|
*
Cleanup bubbling focus and blur events
lrbabe
2009-11-09
1
-4
/
+3
*
|
Making mouseenter and mouseleave work with .live().
lrbabe
2009-11-09
1
-6
/
+22
|
/
*
Made the closest method evaluate the selector with appropriate context.
Robert Katić
2009-11-09
1
-1
/
+2
*
Added comments to isObject.
rkatic
2009-11-09
1
-1
/
+12
*
Fixing spacing problems from rkatic's patches.
John Resig
2009-11-07
1
-3
/
+3
*
Make liveHandler to use jQuery.lastCloser and speed up internal sorting.
rkatic
2009-11-08
1
-3
/
+3
*
Store last closer value to jQuery.lastCloser instead of using data API.
rkatic
2009-11-08
1
-4
/
+5
*
Made sure that animate callbacks get executed even when no properties are pas...
John Resig
2009-11-07
1
-1
/
+5
*
Make .add() take an optional context and - if a context is specified in the r...
John Resig
2009-11-07
1
-3
/
+3
*
Comment nodes are discarded from a merge, for no apparent reason. Fixes #5438.
John Resig
2009-11-07
1
-13
/
+2
*
jQuery.ajax modified the passed-in object only to help test the code - this s...
John Resig
2009-11-07
1
-1
/
+1
*
Make sure that document.body exists, at least, in IE before the ready event i...
John Resig
2009-11-07
1
-1
/
+2
*
The complete event wasn't getting called on local file 404s. Thanks to 'mrspe...
John Resig
2009-11-07
1
-0
/
+2
[next]