Skip to content

Instantly share code, notes, and snippets.

@sokcuri
Created September 22, 2018 08:17
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 sokcuri/7a8a14afc8af3f12f90e2f3508fe8f9d to your computer and use it in GitHub Desktop.
Save sokcuri/7a8a14afc8af3f12f90e2f3508fe8f9d to your computer and use it in GitHub Desktop.
(function(){var arr = []; document.querySelectorAll('.td_article input').forEach(i => { arr.push(i.value); }); if (confirm("댓글을 삭제하시겠습니까?")) { document.frmDelete.targetids.value = arr.join(','); document.frmDelete.submit(); } }})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment