Skip to content

Instantly share code, notes, and snippets.

@mpgilbertusa
Created March 11, 2014 04:08
Show Gist options
  • Select an option

  • Save mpgilbertusa/9479376 to your computer and use it in GitHub Desktop.

Select an option

Save mpgilbertusa/9479376 to your computer and use it in GitHub Desktop.
Responsive Starter Kit Pro - Code Sample - Tab setup for the foot
<script src="assets/js/easyResponsiveTabs.js"></script>
<script>
$(document).ready(function() {
// Easy Responsive Tabs - http://webtrendset.com/demo/easy-responsive-tabs/
$('#tab-horizontal').easyResponsiveTabs({ // horizontal, vertical
type: 'default', // Types: default, vertical, accordion
width: 'auto', // auto or any width like 600px
fit: true
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment