Skip to content

Instantly share code, notes, and snippets.

@demsey2
Last active December 22, 2015 00:29
Show Gist options
  • Save demsey2/c9e45b77acac5175b0d7 to your computer and use it in GitHub Desktop.
Save demsey2/c9e45b77acac5175b0d7 to your computer and use it in GitHub Desktop.
$('#gender').prop('checked', true);
$('#daydropdown').val(24).change();
$('#monthdropdown').val('Nov').change();
$('#yeardropdown').val(1981).change();
$('#txtZipcode').val(4210).change();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment