/ Published in: jQuery
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$('a.exploreClub').hover( function() { $(this).find('.exploreInfo').show(); }, function() { $(this).find('.exploreInfo').hide(); } );