To get all the links that don't point to your site, I think you could do this:

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

Joel.


On 25/07/2007, at 1:51 PM, [EMAIL PROTECTED] wrote:
Karl,

I want to reformat all the links that DONT point to my site.

On Jul 24, 11:19 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote:
Hi Justin,

Instead of using $('a.redir'), try using $('[EMAIL PROTECTED]')

That will select all links with "mysite.com" anywhere in the href

--Karl
_________________
Karl Swedbergwww.englishrules.comwww.learningjquery.com

Reply via email to