Jquery easyui form表单清空

$("#form").find('input[name!='type']').val(''); $("#form").get(0).reset();(推荐) $("#form").form('clear');
相关文章
相关标签/搜索