Created
November 28, 2014 11:35
-
-
Save cocolee/1608aed57c45ffdca799 to your computer and use it in GitHub Desktop.
Fix iPad iPhone CSS Hover Issues
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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