> This doesn't work:
> $("[EMAIL PROTECTED]'bea-portal-layout-placeholder'][3]")
>
> I had to do it like this:
> $("[EMAIL PROTECTED]'bea-portal-layout-placeholder']:eq(3)")That's correct. I was just about to point you to the XPath documentation on jQuery, but it seems as if someone broke it. Here it is, fixed: http://jquery.com/docs/Base/Expression/XPath/ --John _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
