Even if it means every odd numbered element (though I don't understand why it should give every odd numbered element), it still doesn't work. In my mooshell example, I have 3 elements and the pseudo selector returns all the elements.
On Jun 6, 3:21 pm, אריה גלזר <[email protected]> wrote: > n+1 means every odd numbered element. i think you need to use > :not(:first-child) but i'm not sure this is doable. > but you can create a Pseudo selector: > Selector.Pseudo['not-first'] = function(el){return > el.getParent().firstChild!=el} > > and then do :not-first > - Show quoted text -
