Skip to content

Instantly share code, notes, and snippets.

@suresh-kumara-gist
Created August 31, 2017 07:12
Show Gist options
  • Save suresh-kumara-gist/b2ad5be427f8fd199a380c4571cbc0bf to your computer and use it in GitHub Desktop.
Save suresh-kumara-gist/b2ad5be427f8fd199a380c4571cbc0bf to your computer and use it in GitHub Desktop.
jQuery toggle
jQuery(".course-rating-statics-toggle").hover(function() {
jQuery(this).children('.course-rating-statics').toggle();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment