我一直在这里寻找错误,因为单击 HTML 中的重置按钮时无法清除输入#keywordsearch。但是,我找不到任何东西 - 你能看到问题吗?
这是我的 JS:
$('#dirreset').click(function() {
$('#fatform option').each(function(index) {
$(this).removeAttr("selected");
});
$('#keywordsearch').val('');
});
感谢您的帮助,这让我有点生气!
大须