jQuery选择不包含某个ID的其他数据
$("#reset").click(function() { $(':input','#fundingpossibility') .not(':button, :submit, :reset, :hidden, #test') .val('');});
发布时间: 2012-11-23 00:03:43 作者: rapoo
jQuery选择不包含某个ID的其他数据
$("#reset").click(function() { $(':input','#fundingpossibility') .not(':button, :submit, :reset, :hidden, #test') .val('');});