I need some assistance with jQuery UI Tabs. My menu includes 6 tabs, with the first tab always being "active." However, in some scenarios, one or more tabs may be hidden using "display: none;"
. Is there a method to identify the first visible tab and set it as active?
Any assistance provided on this matter would be greatly appreciated.