Page 1 of 1

[Added] JS nuShowTabByTitle()

Posted: Fri Dec 03, 2021 7:04 am
by admin
Make a hidden tab visible again by using nuShowTabByTitle()

Code: Select all

function nuShowTabByTitle(s, visible) 
Example:

Code: Select all

nuShowTabByTitle('home');

If false is passed as second parameter, the tab is hidden instead.