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-384b59e5c3
dependabot/github_actions/github-actions-66959c3ab9
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/github_actions/github-actions-a2938ab9b9
dependabot/github_actions/github-actions-ced721f930
dependabot/github_actions/github-actions-f50e11107c
dependabot/npm_and_yarn/form-data-4.0.4
dependabot/npm_and_yarn/multi-b97207525a
dependabot/npm_and_yarn/rollup-4.22.4
jtr-test
main
mgol-patch-1
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
/
src
/
selector.js
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
No longer use arguments.callee or RegExp (use new RegExp, instead) for ES 3.1...
John Resig
2009-02-26
1
-1
/
+1
*
As it turns out, the context was being started at a higher root than needed -...
John Resig
2009-02-26
1
-1
/
+1
*
Removed the need for the results set to have array methods. Resolves jQuery b...
John Resig
2009-02-25
1
-7
/
+10
*
Simplified the isXML function, no need to use recursion.
John Resig
2009-02-25
1
-1
/
+1
*
Expose the sort/unique code from Sizzle as Sizzle.uniqueSort().
John Resig
2009-02-25
1
-10
/
+13
*
Landed some improvements for improving the performance of ID-rooted queries (...
John Resig
2009-02-25
1
-23
/
+36
*
Tagged the Sizzle 1.0 release.
John Resig
2009-02-20
1
-3
/
+2
*
Switch to using createRange for element comparision instead of Array indexOf ...
John Resig
2009-02-17
1
-7
/
+9
*
Brought back the compareDocumentPosition code. While it is redundant in Firef...
John Resig
2009-02-17
1
-2
/
+10
*
Added support for class selectors and class attribute selectors on XML docume...
John Resig
2009-02-16
1
-8
/
+16
*
Fixed an issue with :nth-child selectors embedded in :not() filters. Fixes jQ...
John Resig
2009-02-16
1
-20
/
+20
*
Changed the jQuery hidden/visible selectors to be a little more precise.
John Resig
2009-02-16
1
-2
/
+2
*
Change the behavior of how :visible and :hidden work. :hidden is when an elem...
John Resig
2009-02-16
1
-6
/
+2
*
Fixed a bug with certain + selectors failing (Fixes jQuery bug #4023). Also t...
John Resig
2009-02-16
1
-9
/
+18
*
Fixed the issue where weird characters were being used in ID selectors. Fixes...
John Resig
2009-02-15
1
-1
/
+1
*
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
-3
/
+1
*
Provide a graceful failover for [name=foo] queries that are looking for non-i...
John Resig
2009-02-14
1
-2
/
+3
*
The compareDocumentPosition check was extraneous - indexOf works in all the o...
John Resig
2009-02-14
1
-13
/
+5
*
Added support for sorting in Safari - when querySelectorAll isn't able to be ...
John Resig
2009-02-14
1
-0
/
+11
*
Oops, the sourceIndex of the documentElement in IE is 1, not 0.
John Resig
2009-02-14
1
-1
/
+1
*
Make sure that elements are returned in document order - and that the results...
John Resig
2009-02-14
1
-0
/
+33
*
Merging a bunch of changes back from Sizzle, by LosTFx.
John Resig
2009-02-10
1
-65
/
+76
*
Reworked the attribute selection code to be able to select false-y values - a...
John Resig
2009-02-09
1
-2
/
+11
*
match[4] is already saved in check - thanks Balazs.
John Resig
2009-02-09
1
-1
/
+1
*
Added a fix for empty attribute selection values. Fixes jQuery bug #3990.
John Resig
2009-02-07
1
-1
/
+1
*
Added logic for not using getElementsByClassName in different failure states....
John Resig
2009-02-07
1
-2
/
+15
*
Made the getAttribute check more explicit - comment nodes don't have getAttri...
John Resig
2009-01-23
1
-1
/
+2
*
Bumping Sizzle version to 0.9.3.
John Resig
2009-01-22
1
-1
/
+1
*
Added some additional checks to make sure that the correct methods are being ...
John Resig
2009-01-21
1
-4
/
+4
*
Bumping the version of Sizzle up to 0.9.2.
John Resig
2009-01-21
1
-1
/
+1
*
A follow-up for bug #3945. ID selectors don't work in querySelectorAll on XML...
John Resig
2009-01-21
1
-1
/
+3
*
Make sure that [name=foo] and #id selectors don't use the native methods on X...
John Resig
2009-01-21
1
-7
/
+9
*
Now handle the case where Safari's querySelectorAll fails on uppercase charac...
John Resig
2009-01-21
1
-1
/
+8
*
After discussing it with a number of users I've decided to revert the change ...
John Resig
2009-01-21
1
-1
/
+1
*
CHILD positions were being cached improperly. Tweaked it and added a test to ...
John Resig
2009-01-21
1
-1
/
+1
*
Fixed a missing semicolon. Fixes jQuery bug #3927.
John Resig
2009-01-20
1
-1
/
+1
*
Added a performance improvement to preFilter.CLASS from LosT on the Sizzle.js...
John Resig
2009-01-20
1
-4
/
+5
*
Added support for a[name^='foo['] style selectors. Fies jQuery bug #3928.
John Resig
2009-01-20
1
-1
/
+1
*
Made sure that a child element exists before the check is done, fixes jQuery ...
John Resig
2009-01-19
1
-1
/
+1
*
Re-worked the logic for handling isXML detection.
John Resig
2009-01-19
1
-2
/
+2
*
Fixed the logic for determining if an XML file is being used. Fixes jQuery bu...
John Resig
2009-01-19
1
-2
/
+2
*
Merged some recent fixes in from Sizzle.
John Resig
2009-01-19
1
-43
/
+41
*
Merged Sizzle changes back into jQuery.
John Resig
2009-01-13
1
-11
/
+26
*
Merged in from Sizzle - a change to child filter selector logic.
John Resig
2009-01-12
1
-2
/
+2
*
Merged in a fix from Sizzle for :not(:first).
John Resig
2009-01-12
1
-0
/
+4
*
Merging the latest from Sizzle.
John Resig
2009-01-11
1
-29
/
+36
*
Merged in a missing argument from Sizzle.
John Resig
2009-01-07
1
-1
/
+1
*
Landed a number of improvements to the selector engine. Results are auto-merg...
John Resig
2009-01-07
1
-24
/
+52
*
jquery selector: Replacing {0,1} for ? in a regex.
Ariel Flesler
2009-01-05
1
-1
/
+1
[prev]
[next]