Reputation: 63
I left images out but the functionality is there. I'm trying to:
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.
http://jsfiddle.net/thumbslinger/HbezN/3/
Upvotes: 0
Views: 64
Reputation: 21366
http://jsfiddle.net/HbezN/13/
you need to remove the added span
from li
before removing the current
class.
Upvotes: 0
Reputation: 298146
Something like this? http://jsfiddle.net/HbezN/11/
Some tips:
Upvotes: 1