I am facing an issue with the tabs on my homepage. Currently, only one tab with the "current" class is visible while the rest are hidden.
Is there a way to link from pageX to my homepage and specify which tab should be open?
For instance, when clicking on the "Missions" link, I want it to redirect to the homepage with the "Missions" tab selected (with the "current" class).
This project is built using Ruby on Rails, however, I am seeking a jQuery/JavaScript solution for this problem.