[jQuery] Re: Finding items in an UL by their LI's Attributes

2009-06-17 Thread Paul Hutson
Thanks for the help (and the tip!) It all worked excellently :) Cheers, Paul On Jun 16, 7:19 pm, mkmanning wrote: > $('ul').find('li[typeref=E][typeid=1]') > > NB: an id attribute that starts with a number isn't valid markup. > > On Jun 16, 10:05 am, Paul Hutson wrote: > > > > > Hello, > > >

[jQuery] Re: Finding items in an UL by their LI's Attributes

2009-06-16 Thread mkmanning
$('ul').find('li[typeref=E][typeid=1]') NB: an id attribute that starts with a number isn't valid markup. On Jun 16, 10:05 am, Paul Hutson wrote: > Hello, > > I've been trying to work this out for a bit now but seem to have come > a bit unstuck. > > I'd like to be able to use .find to search a