Skip to content

Instantly share code, notes, and snippets.

@osdrv
Created May 17, 2012 19:02
Show Gist options
  • Save osdrv/2720924 to your computer and use it in GitHub Desktop.
Save osdrv/2720924 to your computer and use it in GitHub Desktop.
my_wedding.js
// http://rezerv.moszags.ru/slots/22987
// http://rezerv.moszags.ru/slots/22988
// http://rezerv.moszags.ru/slots/22989
$("#slot_applicant_attributes_surname1").val("Сидоров");
$("#slot_applicant_attributes_name1").val("Олег");
$("#slot_applicant_attributes_middle_name1").val("Сергеевич");
$("#slot_applicant_attributes_born_s1").val("25.07.1986");
$( "#slot_applicant_attributes_surname2" ).val("Чупрова");
$( "#slot_applicant_attributes_name2" ).val("Ирина");
$( "#slot_applicant_attributes_middle_name2" ).val("Ивановна");
$( "#slot_applicant_attributes_born_s2" ).val("31.10.1986");
$( "#slot_applicant_attributes_cell_phone" ).val("89168751516");
$( "#slot_applicant_attributes_email" ).val("[email protected]");
$( "#slot_applicant_attributes_accept_terms" ).attr( "checked", "checked" );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment