aboutsummaryrefslogtreecommitdiffstats
path: root/src/selector
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵John Resig2007-01-071-2/+2
| | | | length one, containing undefined).
* Fixed test for object/param selection (thanks Andrea)Jörn Zaefferer2007-01-071-3/+2
|
* Updated test for #750Jörn Zaefferer2007-01-031-2/+2
|
* Added assertions for #750Jörn Zaefferer2007-01-031-1/+4
|
* Moved all the expressions tests over into selector area, out of the main suite.John Resig2006-12-311-0/+140
|
* Moved the bulk of the selector code out into a separate file, changed the ↵John Resig2006-12-311-0/+426
build files to represent this.