python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Trying to access and manipulate a HTML Collection
Hello everybody,
I am trying to access and manipulate a HTML collection using these methods https://attacomsian.com/blog/javascript-htmlcollection .
However, I am having an issue where I can only acc...
Alex Patient
Votes: 0
Answers: 1
Fix HTMLCollection of 4 elements but it actually shows 3 of them
i was refactoring my js code and it popped out a bug. The bug is that in a HTMLCollection of 4 elements (and if i console log them, they are ok), but if i loop them in a for, it shows me that the coll...

Diasky VB
Votes: 0
Answers: 0
Complex dynamic Section Separation with HTML collections
I'm working on a registration form with pagination (multi step form) using js and bootstrap which has a structure similar to SNIPPET 1.
I have added a card, card-header, card-body and card-footer to m...

Loizos Vasileiou
Votes: 0
Answers: 1
Javascript filter over HTMLCollection
I want to get particular query params from all the js files which have been loaded by the browser. My query params reside in the js file named script.js(ex: https://abcd.com/script.js?code=123). In t...

kiran
Votes: 0
Answers: 1