/ Published in: jQuery
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$("div.calevent").live("click", function(){ window.location=$(this).find("a").attr("href"); return false; });