Skip to content

Instantly share code, notes, and snippets.

@hxii
Created January 20, 2020 09:57
Show Gist options
  • Save hxii/5df7441c9b85823391ac6dd71a6e5820 to your computer and use it in GitHub Desktop.
Save hxii/5df7441c9b85823391ac6dd71a6e5820 to your computer and use it in GitHub Desktop.
Scroll to Yotpo widget when clicking on Star Rating
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