Home › Forums › JavaScript › help with some jquery › Re: help with some jquery
May 20, 2012 at 8:51 pm
#103156
Participant
Maybe list each one as an individual class and call the class?
$(#span).onMouseOver(function(){
$(#span.number.one).css(‘red’);
});