$(
'#clearBtn').
live(
'click',
function () {
$(
'#searchUl').
find(
'input[type="text"]').
removeAttr(
'value');
$(
'#foodTypeName').
removeAttr(
'data-id');
$(
"#planId option:first, #auditStatus option:first").
prop(
"selected",
'selected');
});
转载请注明原文地址: https://www.6miu.com/read-8534.html