Skip to content

Instantly share code, notes, and snippets.

@pwnela
Created February 4, 2012 01:57
Show Gist options
  • Save pwnela/1734407 to your computer and use it in GitHub Desktop.
Save pwnela/1734407 to your computer and use it in GitHub Desktop.
$('#carpets_tab').click(function(){
$('#home_tab').removeClass('ui-btn-active ui-state-persist');
$(this).addClass('ui-btn-active ui-state-persist');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment