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
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Discontinued the test for $(form.elements).
John Resig
2008-01-14
1
-2
/
+5
*
Excluded a couple Ajax tests from running locally.
John Resig
2008-01-14
1
-1
/
+8
*
Added support for breaking in an object loop (Bug #2111).
John Resig
2008-01-14
1
-1
/
+14
*
Adding browser UA tests
Brandon Aaron
2008-01-14
1
-0
/
+36
*
fix for #2114; refactored tests for bind() to highlight failing select-change...
Jörn Zaefferer
2008-01-14
1
-16
/
+26
*
Test for #2114
Jörn Zaefferer
2008-01-04
1
-1
/
+2
*
Fixed a couple problems found in the test suite. First, IE doesn't like it w...
David Serduke
2007-12-20
1
-1
/
+2
*
Removed a unit test that tested to see if queued objects were of a certain ty...
David Serduke
2007-12-20
1
-6
/
+0
*
Fixed #2027 - make sure that cloned elements (within appendTo, etc.) have the...
John Resig
2007-12-20
1
-1
/
+6
*
Fixed a problem in the unit tests for IE where an optimization made the test ...
David Serduke
2007-12-20
1
-1
/
+2
*
added version to all builds; changed current version to 1.2.2-pre - to be upd...
Jörn Zaefferer
2007-12-19
1
-0
/
+48
*
Fixed #2076 where .val() could return an array instead of undefined when the ...
David Serduke
2007-12-18
1
-1
/
+2
*
width and height methods are now working properly
Brandon Aaron
2007-12-18
2
-6
/
+51
*
Fixed #2070 by adding a test for !nodeType to isArrayLike so DOM elements lik...
David Serduke
2007-12-17
1
-1
/
+1
*
test for #2070
Jörn Zaefferer
2007-12-17
1
-1
/
+4
*
Test for #2069
Jörn Zaefferer
2007-12-17
1
-0
/
+8
*
Fixed #2062 by adding a check to see if the selector is array-like in .not() ...
David Serduke
2007-12-17
1
-1
/
+3
*
Fixed #2037 where Opera would mis-state the value of 'display' after an inner...
David Serduke
2007-12-17
2
-2
/
+9
*
Added a fix for bug #2020 - if you want to do data: {callback: "?"}, do jsonp...
John Resig
2007-12-17
1
-3
/
+3
*
Adding data and removeData tests
Brandon Aaron
2007-12-16
1
-1
/
+19
*
new special events api, ready is now a first class event that you can use bin...
Brandon Aaron
2007-12-15
1
-3
/
+28
*
Fixed #2046 by forcing the dataType to 'html' in the .load() function.
David Serduke
2007-12-14
1
-10
/
+23
*
Added a test case for $("<option>test</option>")[0].selected (bug #2050).
John Resig
2007-12-14
1
-1
/
+3
*
Fixed #1854 by using wizzud's suggestion. The only real difference is the co...
David Serduke
2007-12-13
3
-5
/
+10
*
Fixed #1750 by adding a url that starts with "//" and is a dataType "script" ...
David Serduke
2007-12-12
1
-0
/
+22
*
Added more unit tests for offset. Fixed an offset issue relating to table hea...
Brandon Aaron
2007-12-12
5
-3
/
+201
*
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
/
+11
*
Fix #1987 by only doing remote <script> type ajax with GET requests. All oth...
David Serduke
2007-12-11
1
-0
/
+19
*
Fixed #1959 by postponing ALL script evaluations till the html insertion is d...
David Serduke
2007-12-10
1
-1
/
+2
*
show is now element aware (#960)
Brandon Aaron
2007-12-08
2
-1
/
+26
*
Fix for #1486. Prevent IE from throwing an error when triggering focus on hid...
Brandon Aaron
2007-12-08
1
-1
/
+11
*
Fixed #1039 and #1733 by going through the core API and making them text node...
David Serduke
2007-12-07
4
-50
/
+146
*
Added ajax error messages in the unit test suite because Safari was sometimes...
David Serduke
2007-12-06
1
-0
/
+44
*
Fix for #2002
Jörn Zaefferer
2007-12-06
1
-2
/
+5
*
Safari sometimes stops in the test suite on the ajax section when I run the w...
David Serduke
2007-12-05
1
-5
/
+15
*
Fixed #1419 where IE failed with .text() on an XML node. This is part of a s...
David Serduke
2007-12-05
1
-3
/
+15
*
Fixed #1264. If you read the bug there were many proposed changes. As it tu...
David Serduke
2007-12-05
3
-5
/
+34
*
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
*
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
1
-4
/
+17
*
Fixed #1438 where a filter could be set in IE but not have opacity in it. The...
David Serduke
2007-12-04
1
-1
/
+6
*
fixed jsdoc for equals
Jörn Zaefferer
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
-1
/
+31
*
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
1
-19
/
+46
*
Added enchancement for #1994 by adding two parameters to .stop() which give a...
David Serduke
2007-11-30
2
-13
/
+95
*
Fixed a problem with changeset [3841] where a function could no longer be .ex...
David Serduke
2007-11-30
1
-1
/
+9
*
Fixed #1557, although it doesn't appear to be just an FF3 problem. In this ca...
David Serduke
2007-11-29
2
-0
/
+14
*
Back out one of the changes from the previous commit that wasn't necessary to...
David Serduke
2007-11-28
1
-1
/
+1
[next]