Ok I see what you are saying. This all worries me about web 2.0. Browsers are 
so fragile and persnickety. 

-----Original Message-----
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Karl 
Rudd
Sent: Tuesday, August 21, 2007 10:11 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: divert click to an anchor


There's not really that many ways. John's method is (AFAIK) the only
way that actually works. i.e.:

    $('div.test').click(function(event){ location.href =
$('a').attr('href') });



Reply via email to