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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added explicit module names to the new unit tests.
John Resig
2009-04-20
4
-3
/
+11
*
Unified the formatting of core.js. === or !== are used wherever appropriate, ...
John Resig
2009-03-31
1
-1
/
+1
*
moving dimension related unit tests to dimensions test module
Brandon Aaron
2009-03-22
2
-56
/
+56
*
decoupling styles retrieval from the attr method
Brandon Aaron
2009-03-22
4
-84
/
+84
*
fix for #4189, live/die now work with contexts other than just document
Brandon Aaron
2009-03-20
1
-1
/
+19
*
breaking jquery out into smaller modules. added attributes.js, manipulation.j...
Brandon Aaron
2009-03-18
6
-1349
/
+1350
*
fix for #4374, gap in :hidden, :visible logic
Brandon Aaron
2009-03-18
1
-1
/
+16
*
fix for #3688, setting type attribute on button causes IE to throw error
Brandon Aaron
2009-03-17
2
-2
/
+12
*
Simplified the structure of the .css() and .attr() methods (reducing the numb...
John Resig
2009-02-28
1
-7
/
+0
*
jquery event: Fixing event.currentTarget for live().
Ariel Flesler
2009-02-23
1
-1
/
+12
*
Made sure that .remove now uses multiFilter. Fixes bug #4205.
John Resig
2009-02-20
1
-1
/
+4
*
Fixed one of the selector tests that was reporting incorrectly in browsers th...
John Resig
2009-02-19
1
-1
/
+1
*
Disabled some of the animation tests that were being flaky.
John Resig
2009-02-19
1
-5
/
+8
*
Missed an other search-related test.
John Resig
2009-02-18
1
-1
/
+1
*
Fixed some tests that were changed (fixed!) by fixing #3966.
John Resig
2009-02-18
1
-6
/
+6
*
Made it so that search input elements are now serialized. Fixes bug #4107.
John Resig
2009-02-18
3
-7
/
+8
*
Made it so that appendTo, etc. return the inserted elements (thus using pushS...
John Resig
2009-02-18
1
-1
/
+22
*
Updated the show() tests to work without the use of jQuery.browser (the test ...
John Resig
2009-02-17
1
-7
/
+10
*
Reorganized and disabled some of the height/width tests. Need to look in to b...
John Resig
2009-02-17
1
-16
/
+18
*
Brought back the compareDocumentPosition code. While it is redundant in Firef...
John Resig
2009-02-17
1
-2
/
+2
*
Changed the currentTarget test - no need to test the native event triggering ...
John Resig
2009-02-17
1
-3
/
+1
*
Changed some of the fx/stop tests to handle the new test markup.
John Resig
2009-02-17
1
-5
/
+5
*
Made the div showing a little more explicit - making sure that it doesn't aff...
John Resig
2009-02-17
1
-1
/
+1
*
Tweaked some of the selector tests to handle some of the test page changes.
John Resig
2009-02-17
1
-4
/
+4
*
Reorganized some of the animation tests to work with the new hide/show changes.
John Resig
2009-02-17
3
-22
/
+23
*
Disabled one of the ordering tests that was taking a while to run.
John Resig
2009-02-17
1
-2
/
+2
*
Fixed some more CSS/visibility tests.
John Resig
2009-02-17
1
-5
/
+5
*
Changed a bunch of the DOM tests to work in Document Order.
John Resig
2009-02-17
1
-23
/
+11
*
Updated some of the display/visible/hidden tests to work on an appropriate el...
John Resig
2009-02-17
1
-5
/
+5
*
testrunner: Misc
Ariel Flesler
2009-02-17
1
-0
/
+3
*
jquery event: closes #4033. e.currentTarget wasn't being enforced for native ...
Ariel Flesler
2009-02-17
1
-0
/
+14
*
Added support for class selectors and class attribute selectors on XML docume...
John Resig
2009-02-16
4
-4
/
+6
*
Fixed an issue with :nth-child selectors embedded in :not() filters. Fixes jQ...
John Resig
2009-02-16
1
-1
/
+2
*
Change the behavior of how :visible and :hidden work. :hidden is when an elem...
John Resig
2009-02-16
1
-3
/
+6
*
Fixed a bug with certain + selectors failing (Fixes jQuery bug #4023). Also t...
John Resig
2009-02-16
1
-1
/
+4
*
Fixed the issue where weird characters were being used in ID selectors. Fixes...
John Resig
2009-02-15
2
-1
/
+4
*
Make sure that [name=FOO] searches actually have the specified name (IE inclu...
John Resig
2009-02-15
1
-1
/
+8
*
Added fixes for two different :not() bugs. One with p:not(p.foo) failing and ...
John Resig
2009-02-15
1
-1
/
+17
*
Updated the copy of jQuery and added some more context tests.
John Resig
2009-02-15
1
-2
/
+12
*
Provide a graceful failover for [name=foo] queries that are looking for non-i...
John Resig
2009-02-14
2
-3
/
+5
*
Added support for sorting in Safari - when querySelectorAll isn't able to be ...
John Resig
2009-02-14
1
-1
/
+2
*
Disabled expando selector tests - they don't work in all browsers.
John Resig
2009-02-14
1
-4
/
+5
*
Make sure that elements are returned in document order - and that the results...
John Resig
2009-02-14
1
-2
/
+9
*
Fixed bubbling of live events (if an inner element handles an event first - a...
John Resig
2009-02-09
3
-4
/
+32
*
Reworked the attribute selection code to be able to select false-y values - a...
John Resig
2009-02-09
1
-1
/
+8
*
Reworked the .clone() function in IE. Fixes jQuery bugs #3500 (jQuery expando...
John Resig
2009-02-09
1
-1
/
+26
*
Added a fix for empty attribute selection values. Fixes jQuery bug #3990.
John Resig
2009-02-07
1
-1
/
+4
*
Added logic for not using getElementsByClassName in different failure states....
John Resig
2009-02-07
1
-2
/
+13
*
Tweaked one of the selector tests.
John Resig
2009-01-22
1
-1
/
+1
*
A follow-up for bug #3945. ID selectors don't work in querySelectorAll on XML...
John Resig
2009-01-21
1
-2
/
+2
[next]