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