很强大的表单清空,包括了所有情况:
$(':input','#searchForm')
.not(':button, :submit, :reset, :hidden')
.val('')
.removeAttr('checked')
.removeAttr('selected');
很强大的表单清空,包括了所有情况:
$(':input','#searchForm')
.not(':button, :submit, :reset, :hidden')
.val('')
.removeAttr('checked')
.removeAttr('selected');