[jQuery] Re: On mouse events / style switch

2009-08-04 Thread Liam Potter
$(div).toggleClass('className'); http://docs.jquery.com/Main_Page Everything you need right now is in there, only ask questions if it isn't on there, or google. I'm not trying to be an ass but too many people expect to have their hand held while learning anything, and being told the answers

[jQuery] Re: On mouse events / style switch

2009-08-04 Thread Aaron Johnson
It was my understanding that toggle required two clicks. Thanks for your help. On Tue, Aug 4, 2009 at 9:09 AM, Liam Potter radioactiv...@gmail.com wrote: $(div).toggleClass('className'); http://docs.jquery.com/Main_Page Everything you need right now is in there, only ask questions if it