On 25/07/2007, at 11:18 PM, Karl Swedberg wrote:
Also, IIRC, [EMAIL PROTECTED] gets the actual value of the href attribute, which can be different from what element.href gets, depending on the browser (one of the browsers always returns the fully qualified URL for element.href, including "http..."). So, if you don't actually have "mysite.com" in the href attribute, it won't work.

I thought of this afterwards but wasn't sure. Thanks for the reminder. Maybe this addresses this issue?

$('[EMAIL PROTECTED]://]').not('[EMAIL PROTECTED]')

I'm sure this problem has been solved before on this list.

Joel.

Reply via email to