Okay, I have this code:
Option 1 Option 2
$('select').change(function() { console.log($(this).val()) });
jsFiddle example
.val() will get the value.
.val()