sample.js
$(function(){
$('body input[type="text"]').each(function(i, elem) {
elem.autocomplete = "off";
});
});
Go to list of users who liked
More than 3 years have passed since last update.
$(function(){
$('body input[type="text"]').each(function(i, elem) {
elem.autocomplete = "off";
});
});
Register as a new user and use Qiita more conveniently
Go to list of users who liked