Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created May 11, 2017 05:07
Embed
What would you like to do?
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