in the bootstrap navigation bar. You can get the effect of a button being clicked by adding the class active
. Naturally, I want to use this on my pages. For example if I'm on the about us page I want the about us button clicked.
What is the best way to go about this? I was going to go to each page and at the bottom have a jQuery function add the class active
to it. Is there a better way?
I'll post my answer that I created based on these others because in case of CRUD views the active class wasn't been placed.
My views use something like this: