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
/
src
/
selector
/
selector.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorganzing the jQuery source (first phase).
John Resig
2007-09-08
1
-432
/
+0
*
Added a new :animated selector - only selects elements that are currently bei...
John Resig
2007-09-08
1
-1
/
+4
*
Removed all deprecated functionality for jQuery 1.2. A full list of what was ...
John Resig
2007-09-04
1
-46
/
+20
*
Removed all inline documentation. The current version of all documentation is...
John Resig
2007-09-04
1
-36
/
+0
*
Added support for a new :header psuedo-selector (only selects H1-H6 elements).
John Resig
2007-08-31
1
-1
/
+4
*
Fixed the issue where $("body").find("div#foo") would ignore the specified ta...
John Resig
2007-08-27
1
-1
/
+1
*
Marked all the appropriate methods as being deprecated for the 1.1.4 release ...
John Resig
2007-08-24
1
-0
/
+7
*
Fixed use of eval() and new Function() to work within the correct scope (and ...
John Resig
2007-08-22
1
-1
/
+1
*
Added the new :has() selector (Bug #1521)
John Resig
2007-08-21
1
-1
/
+4
*
Fix for a selector speed regression (calling a simple selector many times res...
John Resig
2007-08-21
1
-5
/
+12
*
Added a fix for Safari's broken CSS getComputedStyle accessing. Additionally,...
John Resig
2007-07-29
1
-1
/
+1
*
$("#foo", xml) would always return an empty set, fixed (bug #877). Additional...
John Resig
2007-07-25
1
-1
/
+1
*
Added a fix for relative // - $("//div",this) (bug #1418)
John Resig
2007-07-25
1
-1
/
+1
*
Added a fix for h1 + h2 not working. (Bug #1361)
John Resig
2007-07-20
1
-1
/
+1
*
Final fix for Safari crasher (bug #1331).
John Resig
2007-07-06
1
-1
/
+1
*
Fix for Safari 1.3 crash (bug #1331).
John Resig
2007-07-05
1
-1
/
+1
*
fix little typo in comment
Ed Engelhardt
2007-07-05
1
-1
/
+1
*
Added fix for broken child selectors in XML documents, bug #1346.
John Resig
2007-07-05
1
-2
/
+2
*
Added a fix for bug #1331, which caused Safari 1.3 to crash.
John Resig
2007-07-04
1
-1
/
+1
*
Fixed bug that prevented $= from working on elements that didn't have the spe...
John Resig
2007-07-04
1
-1
/
+1
*
Who am I kidding |= is useless.
John Resig
2007-06-29
1
-2
/
+2
*
Added minor support for |= and ~= selectors.
John Resig
2007-06-29
1
-2
/
+2
*
Added fix for :nth-child(n).
John Resig
2007-06-29
1
-1
/
+1
*
Added fix for broken :only-child.
John Resig
2007-06-29
1
-1
/
+1
*
Added massive speed improvements to selectors. Also added support for :nth-ch...
John Resig
2007-06-29
1
-60
/
+98
*
Fix for #1169
Brandon Aaron
2007-05-13
1
-1
/
+2
*
We're not adding new selector features in until a new full release. Please di...
John Resig
2007-05-01
1
-4
/
+1
*
Query now throws no warnings under strict mode in Firefox (ticket #922). In f...
John Resig
2007-04-29
1
-15
/
+16
*
Removed support for the XPath [n] - we weren't doing it right, and it would a...
John Resig
2007-04-28
1
-1
/
+1
*
Added support for finding elements that have underscores in their name (along...
John Resig
2007-04-28
1
-3
/
+3
*
Add RegExp style xpath attributes and testcases. e.g. [@foo =~ /bar/i] and [@...
Corey Jewett
2007-04-13
1
-1
/
+4
*
Added a number of additional speed gains (we now hold our own against Dojo an...
John Resig
2007-03-26
1
-28
/
+35
*
Opera is also vulnerable to the getElementById-returning-name issue, fixed it...
John Resig
2007-03-25
1
-7
/
+6
*
Fixed some more bugs with the test suite, made some minor file size tweaks to...
John Resig
2007-03-25
1
-10
/
+9
*
(no commit message)
John Resig
2007-03-25
1
-1
/
+1
*
Added support for escaping selectors in ID and Classname queries (#143). You ...
John Resig
2007-03-25
1
-18
/
+9
*
Added UTF8 Selector support (#1001) and fixed infinite selector loops (#1025)...
John Resig
2007-03-25
1
-15
/
+27
*
Merged my speed improvements into the jQuery core (is actually 200b smaller n...
John Resig
2007-03-24
1
-34
/
+8
*
Added a fix for #891 (Using a /foo selector within a non-document context.)
John Resig
2007-03-24
1
-1
/
+1
*
Added fix for #986 (ID selector within an element that doesn't exist).
John Resig
2007-03-24
1
-3
/
+5
*
* Fixed IE ID selectors selecting by the name attribute and added tests
Brandon Aaron
2007-02-23
1
-2
/
+6
*
Update for src and href attribute selectors fix
Brandon Aaron
2007-02-14
1
-1
/
+1
*
Fix the ^= type attribute selector in firefox for href.
Brandon Aaron
2007-02-13
1
-1
/
+1
*
Fixed the ~ selector - it was selecting in the wrong direction.
John Resig
2007-02-04
1
-1
/
+1
*
Fixed an issue with child selectors that also have filters.
John Resig
2007-01-22
1
-2
/
+2
*
Added in jQuery.nodeName() to simplify checking nodeName constantly.
John Resig
2007-01-22
1
-5
/
+5
*
Fixed an issue with child selectors accidentally triggering filter mode.
John Resig
2007-01-22
1
-2
/
+3
*
Fixed some more nodeName inconsistencies.
John Resig
2007-01-22
1
-2
/
+2
*
Fixed an issue with child selectors and XML documents (nodeName isn't in all-...
John Resig
2007-01-22
1
-1
/
+1
*
Converted a lot of for loops to use jQuery.each() instead.
John Resig
2007-01-14
1
-17
/
+18
[next]