How do you stop following in jQuery -
currently-running animation, remove all queued animations, and complete all animations for the matched elements
It can be done via calling .stop([clearQueue ] [, jumpToEnd ]) method and by passing both the parameters as true.