jquery get label from select

JavaScript
$('select option:selected').text();

Source

Also in JavaScript: