jquery的应用

//重置查询条件
function resetCondition() {
//$("form")[0].reset();
$(':input','#qryFormId')
.not(':button, :submit, :reset,#currentPage,#currentPageSize,#expandMore')
.val('')
.removeAttr('checked')
.removeAttr('selected');
$('#currentPage').val("1");
if($('#currentPage')[0]){
$('#currentPage').val(1);
}
}

posted on 2017-03-30 14:14  binTke  阅读(98)  评论(0编辑  收藏  举报

导航