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/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
/
jquery
/
jquery.js
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Calling jQuery() with apply would break things (namely in the SlickSpeed test...
John Resig
2007-06-29
1
-1
/
+1
*
Added massive speed improvements to selectors. Also added support for :nth-ch...
John Resig
2007-06-29
1
-34
/
+36
*
Rolling back Rev 1892
Brandon Aaron
2007-05-23
1
-1
/
+1
*
remove an unused variable and its assignment in the 'map' method
Ed Engelhardt
2007-05-22
1
-1
/
+1
*
In r1576 on 2007-03-24 the merge() method was split into merge() and
Ed Engelhardt
2007-05-22
1
-13
/
+17
*
fix style, prefix and typo in a few comments
Ed Engelhardt
2007-05-22
1
-2
/
+2
*
Fix for #1198
Brandon Aaron
2007-05-16
1
-2
/
+3
*
Fix for #921 (IE clones events)
Brandon Aaron
2007-05-14
1
-4
/
+23
*
Fix for #1182
Brandon Aaron
2007-05-13
1
-1
/
+2
*
Fix for #1162
Brandon Aaron
2007-05-13
1
-1
/
+1
*
Fix for #1163
Brandon Aaron
2007-05-13
1
-1
/
+1
*
Fix for #1167
Brandon Aaron
2007-05-11
1
-1
/
+1
*
Added some improvements to how the browser version is determined, based upon ...
John Resig
2007-05-05
1
-1
/
+1
*
removing the context and selector properties that I left in jQuery.prototype....
Brandon Aaron
2007-05-02
1
-6
/
+2
*
Moving constructor code to jQuery.prototype.init for more flexibility
Brandon Aaron
2007-05-01
1
-30
/
+47
*
Append colgroup and col elements (#1044)
Brandon Aaron
2007-04-30
1
-1
/
+4
*
Query now throws no warnings under strict mode in Firefox (ticket #922). In f...
John Resig
2007-04-29
1
-32
/
+8
*
Added jQuery.browser.version (see ticket #1101). Works in all browsers that w...
John Resig
2007-04-28
1
-0
/
+1
*
Fix for #1086: Append all caps HTML tags
Brandon Aaron
2007-04-25
1
-1
/
+1
*
Fix for #1114: Appending legend elements in Firefox
Brandon Aaron
2007-04-25
1
-0
/
+3
*
Fix for #1087: Using appendTo with select elements
Brandon Aaron
2007-04-25
1
-3
/
+3
*
Add hook for modifying the merge behavior of $.extend. Specifically, and time...
Corey Jewett
2007-04-23
1
-4
/
+27
*
Small optimization to jQuery.css to save 12 bytes
Brandon Aaron
2007-04-03
1
-4
/
+4
*
Added a number of additional speed gains (we now hold our own against Dojo an...
John Resig
2007-03-26
1
-1
/
+0
*
Added fix for bug #945 (Finding items with an ID of length in IE and Opera).
John Resig
2007-03-25
1
-1
/
+3
*
Added support for escaping selectors in ID and Classname queries (#143). You ...
John Resig
2007-03-25
1
-4
/
+1
*
Merged my speed improvements into the jQuery core (is actually 200b smaller n...
John Resig
2007-03-24
1
-21
/
+18
*
Added support for comma-separated .is(), touched up the test cases. Resolves ...
John Resig
2007-03-24
1
-1
/
+1
*
Added a fix and test for bug #978 (Appending elements into an IFrame, in IE).
John Resig
2007-03-24
1
-7
/
+14
*
Update to fix for #1064 and tests
Brandon Aaron
2007-03-22
1
-3
/
+5
*
That should have been a string, not a number
Brandon Aaron
2007-03-21
1
-1
/
+1
*
Fix for #1064 and added tests for setting/getting opacity
Brandon Aaron
2007-03-21
1
-1
/
+1
*
Forced the test suite into standards mode. Fixed some issues with how opacity...
John Resig
2007-03-16
1
-15
/
+15
*
Removed some un-needed code from css() and fixed a bug with how Safari handle...
John Resig
2007-03-16
1
-6
/
+2
*
Added all the tests for isFunction, fixed bug #1026.
John Resig
2007-03-16
1
-1
/
+1
*
Fix for Rev 1511
Brandon Aaron
2007-03-11
1
-1
/
+1
*
Clean up for revision 1462: "Fix for Safari crashes when doing DOM Manipulati...
Brandon Aaron
2007-03-09
1
-3
/
+1
*
Fix for bug #962.
John Resig
2007-03-01
1
-1
/
+1
*
Fix for Safari crashes when doing DOM Manipulations
Brandon Aaron
2007-02-28
1
-1
/
+3
*
Removed docs breaking xml docs
Jörn Zaefferer
2007-02-27
1
-4
/
+0
*
Fixed list of destructive methods in end() docs
Jörn Zaefferer
2007-02-27
1
-24
/
+4
*
Backported wiki changes from http://docs.jquery.com/API/1.1.1/JavaScript
Jörn Zaefferer
2007-02-27
1
-1
/
+1
*
Backported wiki changes from http://docs.jquery.com/API/1.1.1/CSS
Jörn Zaefferer
2007-02-27
1
-1
/
+1
*
Backported wiki changes from http://docs.jquery.com/API/1.1.1/DOM/Traversing
Jörn Zaefferer
2007-02-27
1
-12
/
+50
*
Backported wiki changes from http://docs.jquery.com/API/1.1.1/DOM/Attributes
Jörn Zaefferer
2007-02-27
1
-10
/
+15
*
Backported wiki changes from http://docs.jquery.com/API/1.1.1/Core
Jörn Zaefferer
2007-02-27
1
-17
/
+27
*
Fix for #910
Brandon Aaron
2007-02-25
1
-2
/
+2
*
Fix for #997
Brandon Aaron
2007-02-25
1
-1
/
+1
*
Fix for #979
Jörn Zaefferer
2007-02-25
1
-0
/
+2
*
Fix for #921
Brandon Aaron
2007-02-23
1
-1
/
+3
[prev]
[next]