Skip to content

Instantly share code, notes, and snippets.

@gurix
Last active August 7, 2019 13:16
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 gurix/c090ddf9e57bfd3243aa1a52cd963f50 to your computer and use it in GitHub Desktop.
Save gurix/c090ddf9e57bfd3243aa1a52cd963f50 to your computer and use it in GitHub Desktop.
$("tbody tr").each(function() {$(this).find("input[type=radio]")[Math.floor(Math.random()*4)].click()}); $("input[type=submit]").click();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment