Skip to content

Instantly share code, notes, and snippets.

@jonesmac
Created March 2, 2013 19:33
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 jonesmac/5072820 to your computer and use it in GitHub Desktop.
Save jonesmac/5072820 to your computer and use it in GitHub Desktop.
Basic Script Call for Jquery Tools Tabs
$(function() {
// setup ul.tabs to work as tabs for each div directly under div.panes
$("ul.tabs").tabs("div.panes > div");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment