I need a way to get all the values of select options.
Here is an example.
<select name="ram">
<option value="8gb">8GB</option>
<option value="16gb">16GB</option>
<option value="32gb">32GB</option>
<option value="64gb">64GB</option>
</select>
I need to get the value option.
Here is an example.
<select name="ram">
<option value="8gb">8GB</option>
<option value="16gb">16GB</option>
<option value="32gb">32GB</option>
<option value="64gb">64GB</option>
</select>
I need to get the value option.
