Skip to content

Instantly share code, notes, and snippets.

@schickm
Created April 30, 2014 23:46
Show Gist options
  • Save schickm/3f1ed15d230f323c1599 to your computer and use it in GitHub Desktop.
Save schickm/3f1ed15d230f323c1599 to your computer and use it in GitHub Desktop.
jQuery: mouseout
$('h2').on('mouseout', function() {
$(this).closest('article').find('.read-more').css({'font-size': '14px'});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment