Skip to content

Instantly share code, notes, and snippets.

@yagamicoder
Created September 13, 2016 21:24
Show Gist options
  • Save yagamicoder/699b332beb0497324cbf255c8c2c3dd5 to your computer and use it in GitHub Desktop.
Save yagamicoder/699b332beb0497324cbf255c8c2c3dd5 to your computer and use it in GitHub Desktop.
Using the stop function to prevent animation queue buildup
$('#boxBtn > a').on('click', function() {
$('#myList').stop(true, true).next("ul").toggle(700);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment