Skip to content

Instantly share code, notes, and snippets.

@beckje01
Created April 18, 2011 19:22
Show Gist options
  • Save beckje01/925984 to your computer and use it in GitHub Desktop.
Save beckje01/925984 to your computer and use it in GitHub Desktop.
Shows how to hide off to the left a jQuery UI tab
.ui-tabs .ui-tabs-hide {
position: absolute;
left: -10000px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment