< div class = "myBox" > |
blah blah blah. |
< a href = "http://yuncode.net/guojianfeng" >link</ a > |
</ div > |
< script type = "text/javascript" > |
$(".myBox").click(function () |
{ |
window.location = $(this).find("a").attr("href"); |
return false; |
} |
); |
</ script > |