Advertisement
kernel

jQuery stop()

Oct 22nd, 2012
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // .stop(true, false) means clearQueue and DON'T jumpToEnd
  2. $animatingElement.stop(true, false).slideToggle();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement