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/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
...
*
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
*
Make sure that [name=foo] and #id selectors don't use the native methods on X...
John Resig
2009-01-21
1
-2
/
+6
*
Now handle the case where Safari's querySelectorAll fails on uppercase charac...
John Resig
2009-01-21
2
-22
/
+11
*
After discussing it with a number of users I've decided to revert the change ...
John Resig
2009-01-21
1
-1
/
+2
*
CHILD positions were being cached improperly. Tweaked it and added a test to ...
John Resig
2009-01-21
1
-1
/
+9
*
Added support for a[name^='foo['] style selectors. Fies jQuery bug #3928.
John Resig
2009-01-20
2
-3
/
+15
*
Made sure that .removeClass(null) doesn't throw an exception. Fixes #3847.
John Resig
2009-01-20
1
-2
/
+6
*
Focused support of .live(). stopPropagation and stopImmediatePropagation are ...
John Resig
2009-01-20
1
-1
/
+10
*
Re-worked the logic for where .selector and .context are added for ID selecto...
John Resig
2009-01-20
1
-1
/
+5
*
Added two more tweaks for XHTML core tests.
John Resig
2009-01-19
1
-2
/
+2
*
Made some tweaks to the core tests so that they'll run better under XHTML.
John Resig
2009-01-19
1
-5
/
+5
*
Landing a fix for non-link anchor tabIndex (from scott.gonzalez). Fixes ticke...
John Resig
2009-01-19
2
-16
/
+18
*
Added a way to run the test suite as an XHTML page.
John Resig
2009-01-19
1
-0
/
+5
*
Merged some recent fixes in from Sizzle.
John Resig
2009-01-19
2
-3
/
+27
*
jquery fx: sync animations were being left on jQuery.timers (double callback)
Ariel Flesler
2009-01-14
1
-0
/
+33
*
Merged Sizzle changes back into jQuery.
John Resig
2009-01-13
2
-5
/
+21
*
Only try to wrap the element if it's not disconnected, fixed #3828.
John Resig
2009-01-12
1
-1
/
+6
*
Fixed an issue with parentNode being accessed in attr() on disconnected DOM e...
John Resig
2009-01-12
1
-1
/
+3
*
Had to remove the global variable tricks (especially the delete window calls)...
John Resig
2009-01-12
1
-28
/
+8
*
Prevented non-script <script> blocks from executing, fixing #3733.
John Resig
2009-01-11
1
-1
/
+5
*
.closest() with positional selectors wasn't worked as expected.
John Resig
2009-01-10
1
-1
/
+4
*
Landed a fix for when a DOM element gets accidentally removed by another live...
John Resig
2009-01-10
1
-1
/
+15
*
Fixed an issue with script nodes being removed incorrectly, fixes #3737.
John Resig
2009-01-10
1
-1
/
+4
*
testrunner: Putting back the global variables used for ajax tests. I added ma...
Ariel Flesler
2009-01-10
6
-30
/
+54
*
testrunner: Removing every global variable leaked within (and outside) tests....
Ariel Flesler
2009-01-09
7
-125
/
+108
*
Didn't get specific enough with the proxy guid, fixes #3787.
John Resig
2009-01-09
1
-2
/
+15
*
Made it so that you can bind a single function to multiple .live() selectors....
John Resig
2009-01-09
1
-1
/
+26
*
testrunner: refactored unbind's tests. Including one for #3538, passing since...
Ariel Flesler
2009-01-08
1
-37
/
+66
*
Selector state wasn't being passed along on a cloned jQuery object.
John Resig
2009-01-08
1
-1
/
+6
*
Fixed tabindex normalization so that elements that natively support tabbing, ...
Scott González
2009-01-07
1
-8
/
+8
[prev]
[next]