> Is there a 1-line-Slick-search possible to get $$('div.foo') but not
> if parent <li> has [data-type="bar"] ?
$$('LI:not([data-type=bar]) div.foo')
See
http://jsfiddle.net/she2s/1/
-- S.
> Is there a 1-line-Slick-search possible to get $$('div.foo') but not
> if parent <li> has [data-type="bar"] ?
$$('LI:not([data-type=bar]) div.foo')
See
http://jsfiddle.net/she2s/1/
-- S.