Skip to content

Instantly share code, notes, and snippets.

@crittermike
Created January 19, 2011 23:12
Show Gist options
  • Save crittermike/787089 to your computer and use it in GitHub Desktop.
Save crittermike/787089 to your computer and use it in GitHub Desktop.
// Initiate the tabs.
$('#tabs').tabs({
show: function(event, ui) {
$('#tabs ul li').removeClass('faded');
$('#tabs ul li:gt(' + ui.index + ')').addClass('faded');
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment