我想要更改文本,当我检查文件并想要提交表单时。这是我的表格
$(" #client-form input[type='file'], .webform-client-form input[type='file'], #contact-form input[type='file']").click(function() {
$(this).change(function(){
$('p.pull-left > span').text('Attached');
});
});
我检查了输入类型文本。如果它有效,我删除边框,在这一刻我的行动工作,并在“附加”上更改我的文本,但我没有点击这个字段,并没有附加任何东西。拜托,帮帮我