[jQuery] Selectors with this keyword
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