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
*
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
*
For fix #1999 changed the RegExp to be non-greedy. Thanks emartin24.
David Serduke
2007-12-04
1
-1
/
+1
*
Fixed #1999 by replacing the 'no-cache' parameter if it is there instead of j...
David Serduke
2007-12-04
1
-2
/
+7
*
Fixed [1993] although it actually wasn't a bug in the core but rather a misun...
David Serduke
2007-12-03
1
-2
/
+7
*
Added enchancement for #1994 by adding two parameters to .stop() which give a...
David Serduke
2007-11-30
1
-10
/
+24
*
Fixed a problem with changeset [3841] where a function could no longer be .ex...
David Serduke
2007-11-30
1
-1
/
+1
*
Removed comments and code related to Safari being unable to do a sync global ...
David Serduke
2007-11-30
2
-5
/
+1
*
Fixed #1557, although it doesn't appear to be just an FF3 problem. In this ca...
David Serduke
2007-11-29
1
-1
/
+1
*
Fixed #1450 by returning 1223 as success. Couldn't normalize the status sinc...
David Serduke
2007-11-29
1
-2
/
+3
*
Back out one of the changes from the previous commit that wasn't necessary to...
David Serduke
2007-11-28
1
-1
/
+1
*
Fixed #1908 by testing to make sure it isn't null before checking the nodeType.
David Serduke
2007-11-28
1
-2
/
+2
*
Fixed #1070 by converting all setAttribute() values to a string which is what...
David Serduke
2007-11-28
1
-1
/
+2
*
Fixed #1701 by passing through the arguments as suggested.
David Serduke
2007-11-28
1
-1
/
+1
*
Fixed #1714 by adding a default empty string if the value is falsey.
David Serduke
2007-11-28
1
-1
/
+1
*
Fixed #1599 as Brandon suggested to ignore negative values to width and heigh...
David Serduke
2007-11-28
1
-3
/
+6
*
Fixed #1942 but running jQuery.css() before jQuery.curCSS(). This way when t...
David Serduke
2007-11-27
2
-4
/
+4
*
Fixed #1970 by returning true instead of false when the mouse moves over a su...
David Serduke
2007-11-27
1
-2
/
+3
*
Added a quick shortcut to improve the speed of $(DOMElement) by over 2x.
John Resig
2007-11-27
1
-1
/
+7
*
Fix for #1933
Brandon Aaron
2007-11-19
1
-1
/
+1
*
Fix for #1944. Added nodeName and tagName to jQuery.props and tests for maxle...
Brandon Aaron
2007-11-19
1
-1
/
+3
*
Fixed #1074 where .html() was incorrectly changing the selected value of an o...
David Serduke
2007-11-17
1
-1
/
+1
*
Changed core.js from CRLF to LF eol style to match the rest of the source fil...
David Serduke
2007-11-17
1
-1325
/
+1325
*
Fix #1907 where the never-ending loop prevention used a coersion comparison w...
David Serduke
2007-11-17
1
-2
/
+8
*
Fix #1905 bug where in IE the use of RegExp.test() was failing and needed to ...
David Serduke
2007-11-16
1
-1
/
+1
*
Fixed #1095 bug where radio buttons became unchecked during show(). Also adde...
David Serduke
2007-11-16
1
-1
/
+1
*
Fix #1827 bug where extra setInterval()s can be called during animation.
David Serduke
2007-11-16
1
-4
/
+7
*
Fixed #1727 bug where :nth-child() was non-standard with CSS3 plus two minor ...
David Serduke
2007-11-16
1
-9
/
+12
*
Fixed #1822 bug where queue() didn't always default to type 'fx'.
David Serduke
2007-11-16
1
-1
/
+3
*
Fix for #1823 bug in animate {queue:false} plus a unit test.
David Serduke
2007-11-16
1
-1
/
+2
*
Fix for #1925 and removed some unnecessary browser sniffing
Brandon Aaron
2007-11-14
1
-8
/
+8
*
Fix for #1911
Brandon Aaron
2007-11-14
1
-4
/
+5
*
Fix for #1893
Brandon Aaron
2007-11-14
1
-1
/
+2
[next]