[jQuery] Is this a bug in XPath support?
This doesn't work:
$("div[@class='bea-portal-layout-placeholder'][3]")
I had to do it like this:
$("div[@class='bea-portal-layout-placeholder']:eq(3)")
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/