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!
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.