#79: Complete/Non-Queuing Animations with jQuery

Published: Jan. 22, 2010, 3:04 p.m.

When you use jQuery’s .animate() function with something like a hover event, those animations will “queue up”. That is, if you hover multiple times, that animation will fire multiple times. The classic method to prevent this is to throw in …