Created
August 31, 2017 07:12
-
-
Save suresh-kumara-gist/b2ad5be427f8fd199a380c4571cbc0bf to your computer and use it in GitHub Desktop.
jQuery toggle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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