How do I extract a value from a database item in an array that contains both text and the value I want.
For example the first item in array:
resultArray[i].selector_sliderdata_attributes
is the value: data-time-build='100'
The second item has the value: data-time-build='450' and so on.
I want to be able to extract the 100 and 450 in my js function and use it to compare values in my isotope slider.