2009年12月14日 星期一
Fully Executing jQuery Animations Without Queuing
It is pretty common when using jQuery’s .animate() function that it is triggered by a mouseEnter or hover event. That’s all well and good, but it means that we need account for those events being triggered multiple times. If the element with the hover event attached is hovered over multiple times, that means the animation [...] http://tinyurl.com/ydwyrhn