Created
March 11, 2014 04:08
-
-
Save mpgilbertusa/9479376 to your computer and use it in GitHub Desktop.
Responsive Starter Kit Pro - Code Sample - Tab setup for the foot
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
| <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