I left images out but the functionality is there. I’m trying to:
- once an li is clicked, apply some classes and append a word. (this works)
- disable the hover effect on the currently selected item. (not working)
- when a different li is clicked, restore to base then do step 1 and 2 with the newly selected li.
I’ve had pieces of this working at times. Via Firebug, the classes are all being added but I must not be selecting the correct way with multiple classes.
Something like this? http://jsfiddle.net/HbezN/11/
Some tips: