0
Hello, I was wondering if there is any way to search all the existing elements on a page containing the attribute data-id
just like I can do when I want to get a native HTML tag. for example, if I run the Chrome DOM code $('div')
it lists me all the elements existing in the document and that are tag div.
Is there some kind of code similar to $('[data-id=*]')
?