/ Published in: jQuery
Expand |
Embed | Plain Text
$("div.calevent").live("click", function(){ window.location=$(this).find("a").attr("href"); return false; });
You need to login to post a comment.
Tate on 03/22/10
1 person have marked this snippet as a favorite
$("div.calevent").live("click", function(){ window.location=$(this).find("a").attr("href"); return false; });
You need to login to post a comment.