我想在 Bootstrap 2.3.2 的 Bootstrap Filestyle 插件中更改文件字段的按钮文本,但它不起作用并且按钮文本仍然是默认值。我通过替换 jquery 中的元素来创建文件字段,并尝试通过属性data-buttonText
或方法设置文本$("#changeAccountsSourceModal :file").filestyle('buttonText', 'Choose address');
文件字段
$("#changeAccountsSourceModal .form-horizontal").replaceWith("<input type=\"file\" class=\"filestyle\" data-input=\"true\" data-buttonText=\"Choose address\">");
$("#changeAccountsSourceModal :file").filestyle();