$(document).on('click','.reset',function () { $(':input','#search-form').not(':button,:submit,:reset,:hidden').val('').removeAttr('checked').removeAttr('selected'); })