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-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
*
Fix for #1169
Brandon Aaron
2007-05-13
2
-8
/
+10
*
Fix for #1162
Brandon Aaron
2007-05-13
2
-3
/
+16
*
Fix for #1163
Brandon Aaron
2007-05-13
2
-2
/
+5
*
Fix for #1167
Brandon Aaron
2007-05-11
2
-2
/
+7
*
Clean up in jQuery.event.fix (#1171)
Brandon Aaron
2007-05-11
1
-3
/
+3
*
Fix for #1186
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
*
Rev [1827] broke the two XPath sibling selectors.
John Resig
2007-05-01
1
-2
/
+2
*
We're not adding new selector features in until a new full release. Please di...
John Resig
2007-05-01
2
-8
/
+2
*
This test is expected to fail.
John Resig
2007-05-01
1
-1
/
+1
*
Moving constructor code to jQuery.prototype.init for more flexibility
Brandon Aaron
2007-05-01
1
-30
/
+47
*
Changed test count to get the green bar back
Corey Jewett
2007-04-30
1
-1
/
+1
*
TDD. Broken test case, need to fix xpath parser...
Corey Jewett
2007-04-30
1
-1
/
+2
*
Append colgroup and col elements (#1044)
Brandon Aaron
2007-04-30
2
-2
/
+10
*
Query now throws no warnings under strict mode in Firefox (ticket #922). In f...
John Resig
2007-04-29
4
-69
/
+47
*
Forgot to remove the test cases for XPath [n]. (Ticket #995)
John Resig
2007-04-28
1
-5
/
+1
*
Removed support for the XPath [n] - we weren't doing it right, and it would a...
John Resig
2007-04-28
1
-1
/
+1
*
Added support for finding elements that have underscores in their name (along...
John Resig
2007-04-28
2
-5
/
+7
*
Added jQuery.browser.version (see ticket #1101). Works in all browsers that w...
John Resig
2007-04-28
1
-0
/
+1
*
Fix for #1061
Brandon Aaron
2007-04-26
1
-1
/
+3
*
Minor cleanup
Jörn Zaefferer
2007-04-25
1
-3
/
+0
*
Fix for #1086: Append all caps HTML tags
Brandon Aaron
2007-04-25
2
-6
/
+10
*
Fix for #1114: Appending legend elements in Firefox
Brandon Aaron
2007-04-25
2
-1
/
+8
*
Fix for #1087: Using appendTo with select elements
Brandon Aaron
2007-04-25
2
-4
/
+8
*
unbind handlers with data + test (#935)
Brandon Aaron
2007-04-24
2
-5
/
+12
*
!= undefined :)
Brandon Aaron
2007-04-24
1
-1
/
+1
*
Don't pass handler function as data for events + test (#1140)
Brandon Aaron
2007-04-24
2
-10
/
+15
*
Add hook for modifying the merge behavior of $.extend. Specifically, and time...
Corey Jewett
2007-04-23
1
-4
/
+27
*
Fix an issue with adding multiple event handlers and reattaching the global e...
Brandon Aaron
2007-04-22
1
-13
/
+13
*
Adding back modified test for #939
Brandon Aaron
2007-04-22
1
-2
/
+20
*
Fix scope issue in DOM 2 event handlers
Brandon Aaron
2007-04-22
1
-12
/
+18
*
Use DOM 2 event handlers, do not trigger click on a tags and event.data no lo...
Brandon Aaron
2007-04-22
2
-60
/
+48
*
Fix for #1132
Jörn Zaefferer
2007-04-18
1
-4
/
+0
*
Add RegExp style xpath attributes and testcases. e.g. [@foo =~ /bar/i] and [@...
Corey Jewett
2007-04-13
2
-2
/
+7
*
Remove XMLHttpRequest shadowing, instead decide at runtime whether to create ...
Jörn Zaefferer
2007-04-03
1
-8
/
+3
*
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
3
-860
/
+866
*
Opera is also vulnerable to the getElementById-returning-name issue, fixed it...
John Resig
2007-03-25
1
-7
/
+6
*
Added fix for bug #945 (Finding items with an ID of length in IE and Opera).
John Resig
2007-03-25
1
-1
/
+3
*
Fixed some more bugs with the test suite, made some minor file size tweaks to...
John Resig
2007-03-25
2
-16
/
+15
*
Cleaned up a lot of the test suite - reorganized and renamed tests. Added a n...
John Resig
2007-03-25
4
-147
/
+153
*
Added test for #769
Jörn Zaefferer
2007-03-25
1
-0
/
+17
*
Added test for #815
Jörn Zaefferer
2007-03-25
1
-0
/
+7
*
Added test for #935
Jörn Zaefferer
2007-03-25
1
-0
/
+11
*
Added test for #939
Jörn Zaefferer
2007-03-25
1
-1
/
+13
*
Added test for #945
Jörn Zaefferer
2007-03-25
1
-0
/
+6
*
Added test for #968
Jörn Zaefferer
2007-03-25
1
-0
/
+9
*
Added test for #970
Jörn Zaefferer
2007-03-25
1
-0
/
+13
*
Fixed docs for ajax timouet to mention that its in milliseconds
Jörn Zaefferer
2007-03-25
1
-3
/
+3
[next]