You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -383,6 +397,8 @@ Check out the following example to learn how to initialize and manipulate a Tabs
383
397
First of all, create an array of objects that contains the id, trigger element, and content element of each tab, set the active tab based on the id, and optionally set a callback function after a new tab has been shown.
Lastly, you can now use the methods on the Tabs object to show another tab element, get a tab element based on the id, or get the current active tab element.
@@ -449,7 +465,7 @@ You can use this HTML code as an example for the JavaScript code from above.
0 commit comments