Hey guys i bet this is an easy question but cant seem to find any help online, i have a select List box and i would like to get each list text and split them up into an array of how big the list box is without the user selecting the value. Right now my list box makes random values so the list can go up to 100
Example
<select id="selectBox">
<option value="1">Select One</option> <--- I want just the text to input into array
<option vaue="2">Select Two</option>
</select>