phuocng / html-dom

Common tasks of managing HTML DOM with vanilla JavaScript. Give me 1 ⭐if it’s useful.
https://phuoc.ng/collection/html-dom
MIT License
6.52k stars 459 forks source link

element.options is a HtmlCollection not an Array #233

Open lunode opened 2 years ago

lunode commented 2 years ago

https://htmldom.dev/serialize-form-data-into-a-query-string/ if (type === 'select-multiple') { return Array.from(ele.options).map(..) }