The page has the nth number of elements with the same class and the data-id attribute. How to get the data-id values of all the elements with a given class?
<span class="select" data-id="1">one</span> <span class="select" data-id="2">two</span> <span class="select" data-id="3">three</span>...