/ Published in: jQuery
Expand |
Embed | Plain Text
$('.click') .css("cursor","pointer") .click(function() { window.location = $(this).find('a:first').attr('href'); return false; });
You need to login to post a comment.
$('.click') .css("cursor","pointer") .click(function() { window.location = $(this).find('a:first').attr('href'); return false; });
You need to login to post a comment.