Simulation : http://jsfiddle.net/frontenddeveloper/QG5qr/4/
1 2 3 4 5 6 |
jQuery(document).ready(function(){ jQuery('.box').click(function(){ window.location=jQuery(this).find("a").attr("href"); return false; }); }); |