Tutorial Make Entire Div Clickable

$(".myBox").click(function(){ window.location=$(this).find("a").attr("href"); return false; }); Look...

$(".myBox").click(function(){
window.location=$(this).find("a").attr("href");
return false;
});
Looks for a link inside div with class of "myBox". Redirects to that links value when anywhere in div is clicked.
Reference HTML:

blah blah blah.
link

Hot in Week

Popular

Archive

item