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
main
jQuery JavaScript Library: https://github.com/jquery/jquery
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adding in support for bubbling submit and change events, thanks to the patch ...
Justin Meyer
2009-12-04
4
-58
/
+409
*
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
*
Tweaked a CSS test to handle differences in font-size % support in browsers.
jeresig
2009-12-03
1
-1
/
+8
*
Removed broken hidden/visible test.
jeresig
2009-12-03
1
-7
/
+4
*
Removing unnecessary parens from :hidden.
jeresig
2009-12-03
1
-3
/
+4
*
Re-arranged many of the selector tests, breaking them into smaller test group...
jeresig
2009-12-03
1
-80
/
+86
*
Just restore window.JSON in the getJSON test, don't try to delete the value.
jeresig
2009-12-03
1
-6
/
+3
*
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
2
-9
/
+42
*
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
*
Removed debug statements from manipulation tests, was causing errors in IE.
jeresig
2009-12-02
1
-4
/
+0
*
Make sure that a DOM node isn't getting passed through (as is the case in IE,...
jeresig
2009-12-02
1
-1
/
+1
*
Added some isObjectLiteral tests.
jeresig
2009-12-02
1
-0
/
+45
*
Adding a test that a new option can be selected with val(N)
Yehuda Katz
2009-12-01
1
-1
/
+5
*
Fix css("opacity") to not clobber other filters in IE. Closes #4707.
Yehuda Katz
2009-12-01
2
-8
/
+20
*
Updated the Rakefile to use the correct init code.
jeresig
2009-11-30
1
-1
/
+8
*
Shortened the build messages in the Makefile and added test/qunit and src/siz...
jeresig
2009-11-30
1
-7
/
+3
*
Don't try to run the clone code if the directory already exists.
jeresig
2009-11-30
1
-4
/
+4
*
Switched from using Git Submodules to just doing a straight clone of the QUni...
jeresig
2009-11-30
5
-8
/
+4
*
Bringing Sizzle and QUnit up to date.
jeresig
2009-11-30
2
-0
/
+0
*
Don't do the update after the pull - forces the submodules up to date.
jeresig
2009-11-30
1
-1
/
+0
*
Use .add() to merge two test groups together for .unwrap().
jeresig
2009-11-30
1
-1
/
+1
*
Changed the style attribute test to handle hex colors (as that's what Opera r...
jeresig
2009-11-30
1
-1
/
+1
*
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
2
-17
/
+22
*
Simplified a selector in the .live() tests.
jeresig
2009-11-30
1
-2
/
+2
*
Tweaked the live test to be a bit simpler.
jeresig
2009-11-30
1
-3
/
+5
*
Fixed wrap test that was looking for comment values from .text().
jeresig
2009-11-30
1
-1
/
+1
*
Merge branch 'master' of github.com:jquery/jquery
jeresig
2009-11-30
2
-1
/
+12
|
\
|
*
Fixes $.trim for closes #4980
Yehuda Katz
2009-11-30
2
-1
/
+12
*
|
Fixed bug with singleTag matching in core.js.
jeresig
2009-11-30
1
-1
/
+1
|
/
*
Ignore diff and patch files.
jeresig
2009-11-30
1
-0
/
+2
*
Merge branch 'master' of github.com:jquery/jquery
jeresig
2009-11-29
8
-124
/
+152
|
\
|
*
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
*
|
Adding a Rakefile to build jQuery core, for those that need it.
jeresig
2009-11-29
1
-0
/
+19
|
/
*
Force endlines to be just LF (any CRLF is auto-converted to LF by Git).
jeresig
2009-11-27
1
-0
/
+1
*
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
8
-590
/
+590
*
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
2
-2
/
+6
*
Generic jQuery.merge and safer jQuery.makeArray(nodeList).
Robert Katic
2009-11-26
2
-19
/
+29
*
Added support for .text() on text nodes. Fixes #5525.
John Resig
2009-11-17
2
-10
/
+15
[next]