Created
January 20, 2020 09:57
-
-
Save hxii/5df7441c9b85823391ac6dd71a6e5820 to your computer and use it in GitHub Desktop.
Scroll to Yotpo widget when clicking on Star Rating
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(".yotpo-bottomline").click(function() { | |
jQuery("body,html").animate({scrollTop: jQuery(".yotpo-main-widget").offset().top }, 800); | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment