Ok... back to the original question, then. Does *anyone* know how to do this in jQuery?
Rick -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brice Burgess Sent: Saturday, February 24, 2007 9:09 PM To: jQuery Discussion. Subject: Re: [jQuery] KICK-BUTT javascript based Zoom feature Michael Geary wrote: > This is untested code, but it's one way you could do it with jQuery: > > $(function() { > location = $('[EMAIL PROTECTED]')attr('href').replace( /_spam$/, '' ); > }); > Hah! :) $(a).click(function(){window.location.href=this.href.replace(/_spam$/,'');}) ; WARNING: this is not a secret zoom function. _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/ _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
