how i can get the text selected from select tag?
<select id="51" class="toque">
<option value="1">Save</option>
<option value="2">Delete</option>
</select>
I want to get the text between option tag (Save or Delete).