It may be wiser to use document.querySelector
or document.querySelectorAll
, supported since IE8.
Have a look here:
https://developer.mozilla.org/docs/Web/API/document.querySelector
https://developer.mozilla.org/docs/Web/API/document.querySelectorAll