Home > Q&A > body text
ringa_lee2018-11-03 22:24:23
check = document.getElementsByTagName('item[]') What is written here is wrong
can be corrected to: check = document.getElementsByTagName('input')
Thank you, I'll go and change it.