Skip to content

Instantly share code, notes, and snippets.

@DimDev
Created January 19, 2013 21:23
Show Gist options
  • Save DimDev/4575276 to your computer and use it in GitHub Desktop.
Save DimDev/4575276 to your computer and use it in GitHub Desktop.
TO make twitter bootstrap dropdowns working on touch devices
$('body').on('touchstart.dropdown', '.dropdown-menu', function (e) { e.stopPropagation(); });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment