« Return to Thread: Change href of external links

Re: Change href of external links

by agent2026 :: Rate this Message:

Reply to Author | View in Thread

Lol, sweet.  Looking forward to the ESP version.

Small typo, in case anyone comes across this:
dave.methvin wrote:
  $("a[@href=^http]:not([@href*='internal.com/']):not(.thickbox)")
     .bind("click", function(){ return !window.open(this.href); });
Should be [@href^=http], not [@href=^http]


Thanks,
Adam

 « Return to Thread: Change href of external links