[jQuery] Re: Selectors with this keyword

2008-01-21 Thread Philboi
ntext of this for all li > elements." > > -- Josh > > - Original Message - > From: "Philboi" <[EMAIL PROTECTED]> > To: "jQuery (English)" > Sent: Thursday, January 17, 2008 9:37 PM > Subject: [jQuery] Selectors with this keyword > >

[jQuery] Selectors with this keyword

2008-01-18 Thread Philboi
Hi Guys, What im after is using selectors with the 'this' keyword. I imagine this is a fairly common example, but I cant seem to get the syntax right. Example: $("ul:has(li)") except i want to use something like: $(this:has(li)) Thanks