清空Form表单所有内容

点击新增:清楚form表单中的所有内容
$(":input","#orgForm")
            .not(":button",":reset","hidden","submit")
            .val("")
            .removeAttr("checked")
            .removeAttr("selected");

posted @ 2018-07-17 15:26  anjunshuang  阅读(5015)  评论(0)    收藏  举报