$(this) option selected jquery

JavaScript
var cur_value = $('option:selected',this).text();
Source

Also in JavaScript: