Make Div Clickable with jQuery
$(".myBox").click(function() { window.location = $(this).find("a").attr("href"); return false; });