mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
Tabs: Fixed event triggering for select method.
This commit is contained in:
2
ui/jquery.ui.tabs.js
vendored
2
ui/jquery.ui.tabs.js
vendored
@@ -1210,7 +1210,7 @@ if ( $.uiBackCompat !== false ) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
this.anchors.eq( index ).trigger( this.options.event + ".tabs" );
|
||||
this.anchors.eq( index ).trigger( this.options.event + this.eventNamespace );
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user