Skip to content

Instantly share code, notes, and snippets.

@msroot
Created October 11, 2012 00:26
Show Gist options
  • Select an option

  • Save msroot/3869398 to your computer and use it in GitHub Desktop.

Select an option

Save msroot/3869398 to your computer and use it in GitHub Desktop.
Fix iphone autocomplete - autocorrect -autocapitalize
function fix_iphone_autocomplete(){
$("#entry_captcha").attr('autocorrect','off');
$("#entry_captcha").attr('autocomplete','off');
$("#entry_captcha").attr('autocapitalize','off');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment