Skip to content

Instantly share code, notes, and snippets.

@cocolee
Created November 28, 2014 11:35
Show Gist options
  • Save cocolee/1608aed57c45ffdca799 to your computer and use it in GitHub Desktop.
Save cocolee/1608aed57c45ffdca799 to your computer and use it in GitHub Desktop.
Fix iPad iPhone CSS Hover Issues
jQuery(document).ready( function($) {
jQuery('.your-class').attr("onclick","return true");
});
//<div class="something" onClick="return true">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment