Is there a way in JavaScript to set the current tab focus to a specific tab?
My use case,
I have a button on one tab that they need to click. This takes values from a table on the current tab and adds only the unique values into a table on the next tab. After the data is copied over I want the next tab (that was hidden before) to be the one they are on.
Thanks!