Skip to content

Instantly share code, notes, and snippets.

@ronnieduke
Created October 8, 2015 23:57
Show Gist options
  • Save ronnieduke/8fee552c5d53aa3296cb to your computer and use it in GitHub Desktop.
Save ronnieduke/8fee552c5d53aa3296cb to your computer and use it in GitHub Desktop.
<script>
$('#tab-nav-2 > a').on('click',function(){
Munchkin.munchkinFunction('visitWebPage', {
url: window.location.href + '#tab-2'
});
})
$('#tab-nav-3 > a').on('click',function(){
Munchkin.munchkinFunction('visitWebPage', {
url: window.location.href + '#tab-3'
});
})
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment