jQuery选择不包含某个ID的其他数据
$("#reset").click(function() { $(':input','#fundingpossibility') .not(':button, :submit, :reset, :hidden, #test') .val('');});