If I have this code. How can I know with JQuery or with DOM the value of, for example, the option of value 2?
<select class="select" id="mySelect">
<option value="0">>HOLA</option>
<option value="1">>HOLA2</option>
<option value="2">>HOL3</option>
<option value="3">>HOLA4</option>
</select/>