mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
UI Tabs: added index to ui object passed into event handlers
This commit is contained in:
@@ -38,7 +38,8 @@ $.widget("ui.tabs", {
|
||||
return {
|
||||
options: this.options,
|
||||
tab: tab,
|
||||
panel: panel
|
||||
panel: panel,
|
||||
index: this.$tabs.index(tab)
|
||||
};
|
||||
},
|
||||
tabify: function(init) {
|
||||
|
||||
Reference in New Issue
Block a user