Okay, I have this code:
Option 1 Option 2
Try this:
$(document).ready(function(){ var data= $('select').find('option:selected').val(); });
or
var data= $('select').find('option:selected').text();