« Return to Thread: Change href of external links
by agent2026 :: Rate this Message:
Reply to Author | View in Thread
dave.methvin wrote: $("a[@href=^http]:not([@href*='internal.com/']):not(.thickbox)") .bind("click", function(){ return !window.open(this.href); });