Each demo has the following components:
The JavaScript files
You must include utils.js before tabs.js. For example:
<script src="/js/Tabs/src/utils.js" type="text/javascript"></script> <script src="/js/Tabs/src/tabs.js" type="text/javascript"></script>
If you put tabs.js before utils.js, it will not work. Do not do this.
Next in this tutorial: HTML Structure: explains the structure that the demos use