QuackFuzed wrote:
        $("//[EMAIL PROTECTED]//a").click(

It's been a while since I did any XPath, but couldn't the above be more simply written with CSS seclectors as

    $("#standingsContainer a").click(

?  Or am I missing something?

  -- Scott

Reply via email to