$(document).ready(
    function(){$("[EMAIL PROTECTED]").click(
         function() {
             window.open(this.href); return false;
         }
    ); }
);

You need 'return false' otherwise the current window/tab will load the
new page as well.

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/


I knew that I mising something!
--
Dragan Krstić krdr
http://krdr.ebloggy.com/
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to