Skip to content

Instantly share code, notes, and snippets.

@trajche
Created October 19, 2015 19:27
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 trajche/c6e7c2aca91613513a5e to your computer and use it in GitHub Desktop.
Save trajche/c6e7c2aca91613513a5e to your computer and use it in GitHub Desktop.
Select new author to inherit posts, when deleting user from website
jQuery( "input#delete_option1" ).each(function() {
jQuery( this ).attr("checked","checked");
});
jQuery( "select#reassign_user" ).each(function() {
jQuery( this ).val("81");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment