John Resig
|
aa424984f7
|
Added support for (basic) nested parens and (basic) nested brackets. You can now do: div:not(.foo[a:not(.even)]) or div[p[a.even]].
|
2007-01-09 06:04:54 +00:00 |
|
John Resig
|
12e6335339
|
Fixed a bug with $("body") in dynamic documents, refactored $(...), stopped the test suite from trying to run Ajax tests locally.
|
2007-01-08 00:12:41 +00:00 |
|
John Resig
|
e1e47cddd6
|
Added support for [@foo] against DOM object properties (not just attributes).
|
2007-01-07 22:51:41 +00:00 |
|
John Resig
|
33662cd713
|
Fixed problem with $("div",$("body")) breaking (returning an array, of length one, containing undefined).
|
2007-01-07 22:29:15 +00:00 |
|
Jörn Zaefferer
|
955fdb87a7
|
Fixed test for object/param selection (thanks Andrea)
|
2007-01-07 10:26:58 +00:00 |
|
Jörn Zaefferer
|
e0c7e6aec4
|
Updated test for #750
|
2007-01-03 20:48:40 +00:00 |
|
Jörn Zaefferer
|
02483b4a59
|
Added assertions for #750
|
2007-01-03 16:03:16 +00:00 |
|
John Resig
|
61504d516a
|
Moved all the expressions tests over into selector area, out of the main suite.
|
2006-12-31 18:09:05 +00:00 |
|
John Resig
|
c3d8cb0c09
|
Moved the bulk of the selector code out into a separate file, changed the build files to represent this.
|
2006-12-31 05:22:06 +00:00 |
|