How can I select a given li a element so that it is selected by default?
Please refer to this question to see the example that I’m working with…
How can I navigation up and down a ul using two buttons?
Basically I need to select the Patient Test li a item by default.
I just had to create an ID for each li and then use jQuery addClass and removeClass to swap the classes.