Skip to content

Instantly share code, notes, and snippets.

@travisdmathis
Created April 29, 2014 18:27
Show Gist options
  • Select an option

  • Save travisdmathis/11408213 to your computer and use it in GitHub Desktop.

Select an option

Save travisdmathis/11408213 to your computer and use it in GitHub Desktop.
$("document").ready(function(){
$("a").hover(function(){
$('i').toggleClass('flaticon-negative7');
});
});​
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment