Skip to content

Instantly share code, notes, and snippets.

@riza
Last active January 19, 2020 09:04
Show Gist options
  • Save riza/a3a447fcf4cd209fafb365f18653abd3 to your computer and use it in GitHub Desktop.
Save riza/a3a447fcf4cd209fafb365f18653abd3 to your computer and use it in GitHub Desktop.
$("input[type=radio][value=5]").prop("checked",true);$("input[type=radio][value=99]").prop("checked",true);$("input[type=text]").not("[disabled]").val("bu nedir?");$("select").val(5); __doPostBack('btnPB','');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment