Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
$(document).ready(function(){ $( document ).on( 'focus', ':input', function(){ $( this ).attr( 'autocomplete', 'off' ); }); }); function disableAutofill() { jQuery.each([ 'billing_name', 'econt_machines_town', 'econt_door_town', 'econt_door_street', 'econt_door_quarter', 'econt_door_street_num', 'econt_door_street_bl', 'econt_door_street_vh', 'econt_door_street_et', 'econt_door_street_ap', //jQuery("input[name='"+ value +"']").attr("autocomplete", "new-username"); jQuery("input[name='"+ value +"']").attr("autocomplete", "disabled"); //dissable, off or false }); } setTimeout(function(){ disableAutofill(); }, 500);
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
Hi, this is a comment.
To delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.