Here is my html
<select class="selecturl">
<optgroup label="Fruit">
<option value="/something/167/remote">Apple</option>
<option selected="" value="/something/168/remote">Oranges</option>
<option value="/something/169/remote">Bananas</option>
<option value="/something/170/remote">Carots</option>
</optgroup>
</select>
And here is my jQuery
$('.selecturl').change(function() {
console.log(this);
I have no idea how to get the string "Apple" or anything that is selected