/ Published in: jQuery

Expand |
Embed | Plain Text
$('a.exploreClub').hover( function() { $(this).find('.exploreInfo').show(); }, function() { $(this).find('.exploreInfo').hide(); } );
You need to login to post a comment.
jesudasjj on 01/13/11
2 people have marked this snippet as a favorite
$('a.exploreClub').hover( function() { $(this).find('.exploreInfo').show(); }, function() { $(this).find('.exploreInfo').hide(); } );
You need to login to post a comment.