Skip to content

Instantly share code, notes, and snippets.

@bdarcus
Created August 23, 2009 21:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bdarcus/173452 to your computer and use it in GitHub Desktop.
Save bdarcus/173452 to your computer and use it in GitHub Desktop.
<script src="http://www.google.com/jsapi"></script>
<script type="text/javascript">
google.load("jquery", "1.3.2");
google.load("jqueryui", "1.7.2");
$(document).ready(function() {
$(function() {
$("#TOC").tabs();
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment