I need to select all li elements that dont have ul elements as children.
I tryed this $("li").not(">ul") but it does not work.
--
View this message in context:
http://www.nabble.com/selector-help-tf2137367.html#a5898490
Sent from the JQuery forum at Nabble.com._______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
