WooCommerce Auto Complete不用于发送详细信息表单,尝试了一些jQuery代码,如下所示,但没有任何帮助,有人可以提供一些建议吗?
的jQuery
function enableAutocomplete() {
$(‘:input, form’).attr( ‘autocomplete’, ‘on’ );
}
HTML:
<input type="text" class="input-text " name="billing_address_1" id="billing_address_1" placeholder="Street address" autocomplete="address-line1" value="">