Skip to content

Instantly share code, notes, and snippets.

@Oshuma
Created August 17, 2009 04:08
Show Gist options
  • Select an option

  • Save Oshuma/168907 to your computer and use it in GitHub Desktop.

Select an option

Save Oshuma/168907 to your computer and use it in GitHub Desktop.
// Add the typical onclick jazz for selected links.
// (Insert your framework of choice.)
$('#tabs a').each(function(index, tab) {
$(tab).attr('onclick', '; return false;');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment