On Jul 25, 2007, at 10:04 AM, Joel Birch wrote:

Maybe this addresses this issue?

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

that should do it. since the "http" would always come at the beginning of the href, it might be a little cleaner to use "^" for the first selector instead. Also, I'd keep it to "http" without the "://" just in case someone is using "https":

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


--Karl
_________________
Karl Swedberg
www.englishrules.com
www.learningjquery.com




Reply via email to