I have two different links to fire a toggle function. However, they act independently:
Link 1: On
Link 2: On
Link 2: Off
Link 1: On
However, I would like them to work as if they were the same link:
Link 1: On
Link 2: Off
Link 2: On
Link 1: Off
Here is my current code... any help would be appreciated.