/ Published in: jQuery
URL: http://css-tricks.com/snippets/jquery/make-entire-div-clickable/
Expand |
Embed | Plain Text
$(".myBox").click(function(){ window.location=$(this).find("a").attr("href"); return false; });
You need to login to post a comment.
