I need to get an element by id from other archive in my project
Some stuff like this:
const elements = Array.from( document.querySelectorAll('arquivo1/#item1, arquivo2/#item2' ) );
Anyone know how to do this?