aboutsummaryrefslogtreecommitdiffstats
path: root/src/selector/selector.js
Commit message (Expand)AuthorAgeFilesLines
...
* Added a fix for :nth-child(even/odd).John Resig2007-01-141-4/+4
* Added a fix for $("div").filter("*") never ending.John Resig2007-01-141-1/+1
* Fixed a few docsJörn Zaefferer2007-01-141-1/+1
* Removed a bunch more bytes from the total file size.John Resig2007-01-141-22/+20
* Added in jQuery.isFunction().John Resig2007-01-141-1/+1
* Added minor regexp optimization.John Resig2007-01-121-3/+3
* Added a fix for $("object *") in IE7.John Resig2007-01-111-2/+10
* Removed support for //foo | //bar - please use "," instead.John Resig2007-01-101-2/+2
* Added support .css("left",30). Fixed up the multiFilter code.John Resig2007-01-101-7/+2
* Lots of improvements. Added support for .not( jQuery("...") ) and support for...John Resig2007-01-101-0/+18
* Added support for (basic) nested parens and (basic) nested brackets. You can ...John Resig2007-01-091-2/+2
* Fixed a bug with $("body") in dynamic documents, refactored $(...), stopped t...John Resig2007-01-081-4/+0
* Added support for [@foo] against DOM object properties (not just attributes).John Resig2007-01-071-1/+1
* Fixed problem with $("div",$("body")) breaking (returning an array, of length...John Resig2007-01-071-2/+2
* Moved the bulk of the selector code out into a separate file, changed the bui...John Resig2006-12-311-0/+426