<div class="col-xs-6 form-field input_controls">
<select name="ni.VE402765a6db1fef4043fb7d668c961997" id="ni.VE402765a6db1fef4043fb7d668c961997" class="form-control cat_item_option" onchange="if (typeof(variableOnChange) == 'function') variableOnChange('ni.VE402765a6db1fef4043fb7d668c961997')" aria-readonly="false" aria-required="true"><option value="" selected="SELECTED">-- None --</option><option value="Yes">Yes</option></select>
<input type="HIDDEN" class="cat_item_option" name="sys_original.ni.VE402765a6db1fef4043fb7d668c961997" id="sys_original.ni.VE402765a6db1fef4043fb7d668c961997" value=""></div>
The above is the DIV class of the "SelectBox". The numbers are changing for each and every "SelectBox". I dont want to hard code the id or name, i need a way to identify each and every SelectBox individually. All the "SelectBox" have the same name and id except for the numbers.