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!
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.