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/github_actions/github-actions-f50e11107c
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
*
offset: make sure there is a parent node to work on while calculating scroll ...
Brandon Aaron
2007-12-19
1
-1
/
+1
*
offset: make sure border width always gets calculated in pixels
Brandon Aaron
2007-12-19
1
-1
/
+1
*
Fixed #2077 by adding a var to make it a local variable instead of initializi...
David Serduke
2007-12-19
1
-1
/
+2
*
Short-circuit jQuery.event.fix if it has already fixed the current event object.
Brandon Aaron
2007-12-19
1
-0
/
+7
*
Insure width/height do not return a negative number.
Brandon Aaron
2007-12-19
1
-1
/
+1
*
Second part of the fix for #2071. An empty string "" was being sent to .bind...
David Serduke
2007-12-19
1
-1
/
+1
*
Changed CRLF end of lines to just LF. Other than that there were no changes ...
David Serduke
2007-12-19
1
-536
/
+536
*
Fixed #2076 where .val() could return an array instead of undefined when the ...
David Serduke
2007-12-18
1
-0
/
+1
*
width and height methods are now working properly
Brandon Aaron
2007-12-18
1
-7
/
+13
*
Fixed #1887 - trigger fails if extra is not a function
Richard Worth
2007-12-18
1
-536
/
+536
*
Fixed #2070 by adding a test for !nodeType to isArrayLike so DOM elements lik...
David Serduke
2007-12-17
1
-4
/
+2
*
Fixed #2069. The ready helper and shortcuts act the same. You can also still ...
Brandon Aaron
2007-12-17
1
-40
/
+78
*
Fixed #2062 by adding a check to see if the selector is array-like in .not() ...
David Serduke
2007-12-17
1
-1
/
+4
*
Fixed #2064
Brandon Aaron
2007-12-17
1
-1
/
+1
*
Fixed #2037 where Opera would mis-state the value of 'display' after an inner...
David Serduke
2007-12-17
1
-0
/
+6
*
Added code to remove the script tag on successful jsonp calls.
David Serduke
2007-12-17
1
-0
/
+2
*
The extra & was getting gobbled, oops.
John Resig
2007-12-17
1
-2
/
+2
*
Added a fix for bug #2020 - if you want to do data: {callback: "?"}, do jsonp...
John Resig
2007-12-17
1
-1
/
+1
*
Cleaned up mouseenter and mouseleave special events
Brandon Aaron
2007-12-16
1
-20
/
+12
*
Changed window.frameElement to window == top because of some access denied er...
David Serduke
2007-12-16
1
-1
/
+1
*
Added code so an iframe in IE won't count on doScroll to determine if the dom...
David Serduke
2007-12-16
1
-1
/
+1
*
Renaming variables to be more consistent
Brandon Aaron
2007-12-16
1
-37
/
+37
*
Fixed #1781 for warnings created on load by FF javascript.options.strict == t...
David Serduke
2007-12-16
5
-36
/
+43
*
Added feature #1934 by allowing script.charset to be set through an optional ...
David Serduke
2007-12-15
1
-0
/
+2
*
new special events api, ready is now a first class event that you can use bin...
Brandon Aaron
2007-12-15
1
-170
/
+193
*
Fixed #2046 by forcing the dataType to 'html' in the .load() function.
David Serduke
2007-12-14
1
-0
/
+1
*
Added an extra try block to handle FF 3 x-domain requests. (Bug #1557)
John Resig
2007-12-14
1
-9
/
+12
*
Added some improvements to changes made in [4143] for #1854.
John Resig
2007-12-13
2
-14
/
+11
*
Fixed #1854 by using wizzud's suggestion. The only real difference is the co...
David Serduke
2007-12-13
2
-10
/
+20
*
Getting the width and height of the document now returns the correct value in...
Brandon Aaron
2007-12-13
1
-2
/
+5
*
Fixed #1750 by adding a url that starts with "//" and is a dataType "script" ...
David Serduke
2007-12-12
1
-1
/
+1
*
Added more unit tests for offset. Fixed an offset issue relating to table hea...
Brandon Aaron
2007-12-12
1
-12
/
+8
*
Fixed a bug in clone where it wouldn't work on an XML node in IE. Also added...
David Serduke
2007-12-12
1
-1
/
+1
*
Fix #1987 by only doing remote <script> type ajax with GET requests. All oth...
David Serduke
2007-12-11
1
-2
/
+2
*
Greatly reduced the complexity of the width/height methods. This also fixes #...
Brandon Aaron
2007-12-11
1
-47
/
+14
*
Fix for #2032
Brandon Aaron
2007-12-11
1
-1
/
+1
*
Fixed #1959 by postponing ALL script evaluations till the html insertion is d...
David Serduke
2007-12-10
1
-9
/
+2
*
Added a change that triples the speed of all uses of $(...). For example $(DO...
John Resig
2007-12-10
1
-4
/
+5
*
Fixed clone so that it now properly copies changes to the innerHTML in IE. U...
Brandon Aaron
2007-12-08
1
-3
/
+17
*
show is now element aware (#960)
Brandon Aaron
2007-12-08
1
-6
/
+7
*
Fix for #1486. Prevent IE from throwing an error when triggering focus on hid...
Brandon Aaron
2007-12-08
1
-1
/
+4
*
Fixed #1039 and #1733 by going through the core API and making them text node...
David Serduke
2007-12-07
4
-14
/
+42
*
Fix for #2002
Jörn Zaefferer
2007-12-06
1
-1
/
+1
*
A partial rollback of the refactoring done in [4032]. It was causing a 4-6% s...
David Serduke
2007-12-05
1
-5
/
+6
*
Refactored jQuery.find() such that jQuery.nodeName() is used to test the node...
David Serduke
2007-12-05
1
-3
/
+3
*
Fixed #1419 where IE failed with .text() on an XML node. This is part of a s...
David Serduke
2007-12-05
1
-1
/
+2
*
Fixed #1264. If you read the bug there were many proposed changes. As it tu...
David Serduke
2007-12-05
1
-2
/
+2
*
offset now uses clientLeft and clientTop instead of calculating html border i...
Brandon Aaron
2007-12-04
1
-6
/
+5
*
Fixed #1763 by checking to see if .createElement() is available on the contex...
David Serduke
2007-12-04
1
-0
/
+2
*
Fixed #1438 where a filter could be set in IE but not have opacity in it. The...
David Serduke
2007-12-04
1
-1
/
+1
[next]