Skip to content

Instantly share code, notes, and snippets.

@vagelisp
Last active June 8, 2019 21:21
Show Gist options
  • Save vagelisp/25de34b3c57999822c752da1894b4fee to your computer and use it in GitHub Desktop.
Save vagelisp/25de34b3c57999822c752da1894b4fee to your computer and use it in GitHub Desktop.
JS for Aggelos
jQuery(document).ready(function() {
jQuery("[id^=quform_10_218_]").change(function(event) {
jQuery("[id^=quform_10_1]")
.find("option:selected")
.removeAttr("selected");
jQuery("[id^=quform_10_1]").val("");
jQuery("[id^=quform_10_1]").change();
jQuery("[id^=quform-form]").closest('form').trigger("reset");
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment