index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-6951dec90a
dependabot/npm_and_yarn/rollup-4.22.4
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
*
Make sure that width or height don't animate to a negative value. Fixes #3881.
John Resig
2009-12-05
1
-1
/
+1
*
Retooled the native triggering code, simplifying it.
John Resig
2009-12-04
1
-5
/
+7
*
Allow the user to explicitly set a content-type header even when there's no d...
John Resig
2009-12-04
1
-5
/
+3
*
Fixes a bug I introduced
Yehuda Katz
2009-12-04
1
-1
/
+1
*
Switched to using slice instead of join to get the correct results.
jeresig
2009-12-04
1
-4
/
+3
*
Landing Ben Alman's patch to add nextUntil, prevUntil, and parentsUntil. Also...
Ben Alman
2009-12-04
2
-10
/
+25
*
Added in the .delay() method for delaying the execution of queued functions a...
jeresig
2009-12-04
1
-0
/
+15
*
Adding in support for bubbling submit and change events, thanks to the patch ...
Justin Meyer
2009-12-04
2
-50
/
+155
*
Minor syntax changes to the winnow function.
jeresig
2009-12-03
1
-5
/
+10
*
Use now() in support.js instead of getTime.
jeresig
2009-12-03
1
-1
/
+1
*
Removing unnecessary parens from :hidden.
jeresig
2009-12-03
1
-3
/
+4
*
Landed the rest of the liveHandler rewrite that takes advantage of the new cl...
jeresig
2009-12-03
1
-8
/
+3
*
Re-worked the closest no-duplicate-selector code again to be more efficient.
jeresig
2009-12-03
1
-15
/
+12
*
Prevent duplicate selectors from having to match in closest.
jeresig
2009-12-03
1
-4
/
+11
*
No need to do the closest match if no selectors are passed in.
jeresig
2009-12-03
2
-17
/
+34
*
Added in the new .closest(Array) method, will be used to improve the performa...
jeresig
2009-12-02
1
-9
/
+31
*
Extracted the logic for copying events from one jQuery set to another, makes ...
jeresig
2009-12-02
1
-15
/
+20
*
Fixed logic error in html method - support.leadingWhitespace shouldn't have b...
jeresig
2009-12-02
1
-1
/
+1
*
Make sure that a DOM node isn't getting passed through (as is the case in IE,...
jeresig
2009-12-02
1
-1
/
+1
*
Fix css("opacity") to not clobber other filters in IE. Closes #4707.
Yehuda Katz
2009-12-01
1
-2
/
+3
*
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
[next]