I trying to reproduce a hardcopy version of a jsfiddle I made:
http://jsfiddle.net/bsapaka/5fv9B/25/
I am having trouble getting the javascript to work. My HTML head has the following:
<script src="jquery-2.0.3.min.js"></script>
<script src="my-tabs.js"></script>
"my-tabs.js" contains the javascript from the jsfiddle. Both files are in the same directory as the HTML file.