Skip to content

Instantly share code, notes, and snippets.

@peterberkenbosch
Created October 8, 2008 14:13
Show Gist options
  • Save peterberkenbosch/15523 to your computer and use it in GitHub Desktop.
Save peterberkenbosch/15523 to your computer and use it in GitHub Desktop.
var $tabs = $('#details > ul').tabs({
'select': function(e, ui) {
alert('selected!');
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment