Return to Snippet

Revision: 19567
at October 26, 2009 05:33 by cesgra


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

Initial URL
http://css-tricks.com/snippets/jquery/make-entire-div-clickable/

Initial Description


Initial Title
Make Entire Div Clickable

Initial Tags


Initial Language
jQuery