Skip to content

Instantly share code, notes, and snippets.

@antondomratchev
Created August 19, 2014 17:57
Show Gist options
  • Save antondomratchev/cff67d06782d6811f05e to your computer and use it in GitHub Desktop.
Save antondomratchev/cff67d06782d6811f05e to your computer and use it in GitHub Desktop.
Change image on hover
$(.photoClass).on('hover' function(e){
$(.headerClass).html('change the html of the selected class');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment