I am trying to use jQuery to do a simple thing: clear the input fields of a group of input field within a div whenever the form loads, or if the user changes a picklist; but
$.each($('.fetch_results input'), function(idx, input){ $(input).val(''); });