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
/
src
/
selector
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added a fix and test for bug #978 (Appending elements into an IFrame, in IE).
John Resig
2007-03-24
1
-2
/
+2
*
* Fixed IE ID selectors selecting by the name attribute and added tests
Brandon Aaron
2007-02-23
2
-4
/
+12
*
Added a test case for bug #986.
John Resig
2007-02-22
1
-3
/
+4
*
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
*
Added test for #891
Jörn Zaefferer
2007-01-31
1
-1
/
+5
*
Added test for #895
Jörn Zaefferer
2007-01-31
1
-3
/
+6
*
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
*
Added a fix for :nth-child(even/odd).
John Resig
2007-01-14
1
-4
/
+4
*
Added a fix for $("div").filter("*") never ending.
John Resig
2007-01-14
1
-1
/
+1
*
Fixed a few docs
Jörn Zaefferer
2007-01-14
1
-1
/
+1
*
Removed a bunch more bytes from the total file size.
John Resig
2007-01-14
1
-22
/
+20
*
Added in jQuery.isFunction().
John Resig
2007-01-14
1
-1
/
+1
*
Added minor regexp optimization.
John Resig
2007-01-12
1
-3
/
+3
*
Added a fix for $("object *") in IE7.
John Resig
2007-01-11
1
-2
/
+10
*
Removed support for //foo | //bar - please use "," instead.
John Resig
2007-01-10
1
-2
/
+2
*
Added support .css("left",30). Fixed up the multiFilter code.
John Resig
2007-01-10
1
-7
/
+2
*
Lots of improvements. Added support for .not( jQuery("...") ) and support for...
John Resig
2007-01-10
1
-0
/
+18
*
Added support for (basic) nested parens and (basic) nested brackets. You can ...
John Resig
2007-01-09
1
-2
/
+2
*
Fixed a bug with $("body") in dynamic documents, refactored $(...), stopped t...
John Resig
2007-01-08
1
-4
/
+0
*
Added support for [@foo] against DOM object properties (not just attributes).
John Resig
2007-01-07
1
-1
/
+1
*
Fixed problem with $("div",$("body")) breaking (returning an array, of length...
John Resig
2007-01-07
1
-2
/
+2
*
Fixed test for object/param selection (thanks Andrea)
Jörn Zaefferer
2007-01-07
1
-3
/
+2
*
Updated test for #750
Jörn Zaefferer
2007-01-03
1
-2
/
+2
*
Added assertions for #750
Jörn Zaefferer
2007-01-03
1
-1
/
+4
*
Moved all the expressions tests over into selector area, out of the main suite.
John Resig
2006-12-31
1
-0
/
+140
*
Moved the bulk of the selector code out into a separate file, changed the bui...
John Resig
2006-12-31
1
-0
/
+426
[prev]