You mean filter the LI elements which do not contain another UL? Showing us your HTML would help.
$('#leftTabs > li') maybe? On Dec 27, 9:09 am, Peterkr <firstusa...@gmail.com> wrote: > I trying to filter parent LI elements expect their child UL LI element. > > How can I do this? > > I am using : this code : $("#leftTabs li").not('ul li') > > please help! > > thanks > Peter > -- > View this message in > context:http://www.nabble.com/Find-all-parent-LI-without-UL-%3E-LI-elements-i... > Sent from the jQuery General Discussion mailing list archive at Nabble.com.