How do we query an app's dom without dojo/query? I am using 4.19. Thanks
Everything you need for DOM navigation in native to JavaScript these days.
https://developer.mozilla.org/en-US/docs/Web/API/Document/querySelector
Yes, you are right. I was getting undefined when trying to get an element using
document.querySelectorAll
But it was probably because the element hadn't been rendered already. Thank you!
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.