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
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed the build/speed testing application to work with current versions of jQ...
David Serduke
2007-12-05
5
-2255
/
+5998
*
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
2
-4
/
+17
*
Fixed #1264. If you read the bug there were many proposed changes. As it tu...
David Serduke
2007-12-05
4
-7
/
+36
*
Added another relative offset test
Brandon Aaron
2007-12-04
2
-6
/
+5
*
Added visual marker to absolute fixture for offset testing
Brandon Aaron
2007-12-04
1
-2
/
+11
*
offset now uses clientLeft and clientTop instead of calculating html border i...
Brandon Aaron
2007-12-04
1
-6
/
+5
*
Beginnings of the offset test suite
Brandon Aaron
2007-12-04
4
-0
/
+136
*
Fixed #1763 by checking to see if .createElement() is available on the contex...
David Serduke
2007-12-04
2
-4
/
+19
*
Fixed #1438 where a filter could be set in IE but not have opacity in it. The...
David Serduke
2007-12-04
2
-2
/
+7
*
fixed jsdoc for equals
Jörn Zaefferer
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
2
-3
/
+38
*
There was a disabled test in the ajax test suite which said there were too ma...
David Serduke
2007-12-04
1
-5
/
+3
*
Fixed [1993] although it actually wasn't a bug in the core but rather a misun...
David Serduke
2007-12-03
2
-21
/
+53
*
Changed version to 1.2.2-pre.
John Resig
2007-11-30
1
-1
/
+1
*
Added enchancement for #1994 by adding two parameters to .stop() which give a...
David Serduke
2007-11-30
3
-23
/
+119
*
Fixed a problem with changeset [3841] where a function could no longer be .ex...
David Serduke
2007-11-30
2
-2
/
+10
*
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
3
-1
/
+15
*
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
2
-2
/
+2
*
Fixed #1908 by testing to make sure it isn't null before checking the nodeType.
David Serduke
2007-11-28
2
-3
/
+6
*
Fixed #1070 by converting all setAttribute() values to a string which is what...
David Serduke
2007-11-28
2
-2
/
+11
*
Fixed #1701 by passing through the arguments as suggested.
David Serduke
2007-11-28
2
-3
/
+7
*
Fixed #1714 by adding a default empty string if the value is falsey.
David Serduke
2007-11-28
2
-2
/
+4
*
Fixed #1599 as Brandon suggested to ignore negative values to width and heigh...
David Serduke
2007-11-28
3
-3
/
+16
*
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
3
-5
/
+16
*
Slightly altered a test that was causing IE7 in some cases to hard crash. Th...
David Serduke
2007-11-18
1
-2
/
+2
*
Fixed #1074 where .html() was incorrectly changing the selected value of an o...
David Serduke
2007-11-17
2
-3
/
+7
*
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
2
-3
/
+20
*
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
5
-41
/
+72
*
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
2
-10
/
+32
*
Fixed #1822 bug where queue() didn't always default to type 'fx'.
David Serduke
2007-11-16
2
-2
/
+21
*
Fix for #1823 bug in animate {queue:false} plus a unit test.
David Serduke
2007-11-16
2
-1
/
+25
*
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
*
Added a check to make sure a parent node exists in call remove() to avoid err...
David Serduke
2007-11-05
1
-1
/
+2
*
Spelling mistake.
John Resig
2007-10-20
1
-1
/
+1
*
Added a fix for .noConflict(true) not reverting properly. Also added unit tes...
John Resig
2007-10-20
3
-4
/
+26
*
Ok, self[...] was BS, switching to window[...], bug #1748.
John Resig
2007-10-18
1
-1
/
+1
*
Added a fix for bug #1751, where the options getting overwritten for an anima...
John Resig
2007-10-18
1
-3
/
+3
[next]