Skip to content

Instantly share code, notes, and snippets.

@curtiswilkinson
Created October 15, 2015 02:24
Show Gist options
  • Save curtiswilkinson/ba75dbdd06b69eab068d to your computer and use it in GitHub Desktop.
Save curtiswilkinson/ba75dbdd06b69eab068d to your computer and use it in GitHub Desktop.
Use Anchor element to open and soft scroll to TAB
<a onclick="$('a[href=#reviews]').tab('show'); $('html,body').animate({scrollTop:$('a[href=#reviews]').offset().top}, 600); return false;" data-toggle="tab">
Read Reviews
</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment