Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created May 11, 2017 05:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goofmint/2a99e84e726ccc1d650ca39fe6a5b8ee to your computer and use it in GitHub Desktop.
Save goofmint/2a99e84e726ccc1d650ca39fe6a5b8ee to your computer and use it in GitHub Desktop.
4.md
// タブが選択された時のコールバック
selectTab: function(event, ui) {
$(ui.panel).html('tab' + (ui.index + 1) + 'が選択されました。');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment