Skip to content

Instantly share code, notes, and snippets.

@josefzacek
Last active November 17, 2016 16:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josefzacek/94436c63fa842a02dde81cfc0c4f1c35 to your computer and use it in GitHub Desktop.
Save josefzacek/94436c63fa842a02dde81cfc0c4f1c35 to your computer and use it in GitHub Desktop.
Reset radio button to default on "Click to go back" button to its default setting
$(document).ready(function(){
$('input:radio[name="condition"][value="new"]').prop('checked', true);
});
Load page in layout
<module name="html">{{include_page templates/sticky-get-in-touch-form}}</module>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment