Skip to content

Instantly share code, notes, and snippets.

@arturoleon
Created September 20, 2012 13:47
Show Gist options
  • Save arturoleon/3756030 to your computer and use it in GitHub Desktop.
Save arturoleon/3756030 to your computer and use it in GitHub Desktop.
Fix booxtrap dropdown on iPad
$('body').on('touchstart.dropdown', '.dropdown', function (e) { e.stopPropagation(); });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment