Skip to content

Instantly share code, notes, and snippets.

@emilstahl
Created January 27, 2014 00:06
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 emilstahl/8641169 to your computer and use it in GitHub Desktop.
Save emilstahl/8641169 to your computer and use it in GitHub Desktop.
Batch delete UnoEuro products the easy way!
$('input[value=notusing]').attr('checked', true);
$('input[name=confirm]').attr('checked', true);
$('input[name=confirm2]').attr('checked', true);
document.forms['form1']['confirmtext'].value += 'SLET DOMAIN.TLD';
document.forms["form1"].submit();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment