Wednesday, 10 October 2012

Fix iphone autocomplete - autocorrect -autocapitalize

function fix_iphone_autocomplete(){
$("#entry_captcha").attr('autocorrect','off');
$("#entry_captcha").attr('autocomplete','off');
$("#entry_captcha").attr('autocapitalize','off');
}
view raw gistfile1.js hosted with ❤ by GitHub

1 comment: