index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-6951dec90a
dependabot/npm_and_yarn/rollup-4.22.4
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
/
unit
/
selector.js
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Made it so that search input elements are now serialized. Fixes bug #4107.
John Resig
2009-02-18
1
-3
/
+3
*
Brought back the compareDocumentPosition code. While it is redundant in Firef...
John Resig
2009-02-17
1
-2
/
+2
*
Tweaked some of the selector tests to handle some of the test page changes.
John Resig
2009-02-17
1
-4
/
+4
*
Disabled one of the ordering tests that was taking a while to run.
John Resig
2009-02-17
1
-2
/
+2
*
Added support for class selectors and class attribute selectors on XML docume...
John Resig
2009-02-16
1
-1
/
+3
*
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
1
-1
/
+3
*
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
1
-1
/
+3
*
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
1
-3
/
+3
*
Reworked the attribute selection code to be able to select false-y values - a...
John Resig
2009-02-09
1
-1
/
+8
*
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
1
-21
/
+10
*
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
1
-2
/
+14
*
Merged some recent fixes in from Sizzle.
John Resig
2009-01-19
1
-2
/
+26
*
Merged Sizzle changes back into jQuery.
John Resig
2009-01-13
1
-5
/
+20
*
Fixed an issue with how broken selector tests were handled in IE (the excepti...
John Resig
2009-01-05
1
-2
/
+2
*
Landed cross-browser support for tabIndex, by Scott, closes ticket #3649.
John Resig
2009-01-05
1
-1
/
+1
*
Synced with the Sizzle repository.
John Resig
2009-01-05
1
-2
/
+21
*
Landing the new Sizzle selector engine. There'll need to be some later tweaks...
John Resig
2008-12-20
1
-22
/
+45
*
A test was using the old / child selector syntax - updating to the new style.
John Resig
2008-08-21
1
-1
/
+1
*
jquery core: closes #2652. val() supports option elements, also simplified th...
Ariel Flesler
2008-07-23
1
-2
/
+2
*
test runner: the changes are:
Ariel Flesler
2008-05-28
1
-11
/
+11
*
test runner: translated all the ok() with '==' to equals(), as it gives more ...
Ariel Flesler
2008-05-06
1
-4
/
+4
*
Fixed #1854 by using wizzud's suggestion. The only real difference is the co...
David Serduke
2007-12-13
1
-1
/
+4
*
Fixed #1095 bug where radio buttons became unchecked during show(). Also adde...
David Serduke
2007-11-16
1
-3
/
+3
*
Fixed #1727 bug where :nth-child() was non-standard with CSS3 plus two minor ...
David Serduke
2007-11-16
1
-1
/
+20
*
Finished up some of the reorganization.
John Resig
2007-09-08
1
-0
/
+202
[prev]