Hello,
Is there any way with Javascript you can clear or reset the search parameters without having to reload the page? I am using the Ajax option but can't seem to reset
Jordan
<input type="button" onClick="this.form.reset();jQuery(this).next().click();" class="btn btn-primary" value="Clear" />
<input type="button" onClick="this.form.reset();jQuery('select').trigger('liszt:updated');jQuery(this).next().click();" class="btn btn-primary" value="Clear" />