codexterity
-
SOLVED: problem making nav "on" states with jquery addClass
Yeah I just fixed it, sorta. Instead of controlling the styles for the hover in jquery, I just made an "on" class in my CSS and add and remove that class the the nav items at the appropriate times. I wasn't able to get it to animate…