Skip to content

Instantly share code, notes, and snippets.

@sebastibe
Last active October 10, 2015 21:28
Show Gist options
  • Save sebastibe/3753850 to your computer and use it in GitHub Desktop.
Save sebastibe/3753850 to your computer and use it in GitHub Desktop.
don't clear bootstrap dropdown when sending form
$('.dropdown form').on('click', function (e) {
e.stopPropagation()
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment