As simple as the title states, i want to get all values for for elements that contain a specific data-attribute
. Any solutions I've found have been directly related to querying the value of the attribute which is not what I want.
So for example - if I have multiple elements with the attribute data-help-id
how do I retrieve all those attributes either as an array or an object?