I have been using jQuery\'s stop(true, true) method to clear running animations so the next one starts immediately. I noticed that the first parameter, clearQ
stop(true, true)
clearQ
jQuery 1.9 introduced the .finish() method, which achieves exactly that.