Skip to content

Instantly share code, notes, and snippets.

@mynamebvh
Last active June 20, 2023 07:22
Show Gist options
  • Save mynamebvh/012680ccfc5f1da7ddeef0379ca0a8fd to your computer and use it in GitHub Desktop.
Save mynamebvh/012680ccfc5f1da7ddeef0379ca0a8fd to your computer and use it in GitHub Desktop.
Khảo sát kết thúc môn học HaUI
(() => {
let inputRd = document.querySelectorAll("td[title='5 điểm'] > input");
for (let index = 0; index < inputRd.length / 2; index++) {
inputRd[index].checked = true;
}
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment