Hello,
I have a div as follows:
<DIV CLASS="variable productPopup"></DIV>
When assigning it to a var, how do I only select variable? Please note that variable changes, so it needs to select the first item, not literally the words "variable"
var ID = $(this).attr("class");