Skip to content

Instantly share code, notes, and snippets.

@richjenks
Last active April 16, 2016 07:39
Show Gist options
  • Save richjenks/dc70c964de013bc166fc to your computer and use it in GitHub Desktop.
Save richjenks/dc70c964de013bc166fc to your computer and use it in GitHub Desktop.
Reset select element to default value
var field = jQuery("#ninja_forms_field_196");
field.val(field.find("[selected]").val());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment