Javascript - how to get a child element with a specific class, attribute or any other selector
In order to get a child element or several child elements I would suggest you use the querySelectorAll [https://developer.mozilla.org/en-US/docs/Web/API/ »