Andy Matthews schrieb:
> Use the descendant selector.
> 
> Div ul li
> Vs
> Div ul > li 
> 
> The > says only the first instance of that object.

It's not the descendant selector, it is the child selector.

Also, that last sentence may be a bit misleading in a way that it is 
just the first element of all matched. I simply quote the CSS spec for 
clarity:

"A child selector matches when an element is the child of some element."


-- Klaus


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to