Return to Snippet

Revision: 39111
at January 13, 2011 16:26 by jesudasjj


Initial Code
$('a.exploreClub').hover(
			  function() {
			    $(this).find('.exploreInfo').show();
			  },
			  function() {
			    $(this).find('.exploreInfo').hide();
			  }
			);

Initial URL


Initial Description


Initial Title
mouse show hide div

Initial Tags


Initial Language
jQuery