get the last option from select jquery

JavaScript
 var myVal = $('.someclass option:last').val();
Source

Also in JavaScript: