Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 ↵ | John Resig | 2007-01-07 | 1 | -2/+2 | |
| | | | | length one, containing undefined). | |||||
* | 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 ↵ | John Resig | 2006-12-31 | 1 | -0/+426 | |
build files to represent this. |