How to get the value of option select box in jQuery if I have the code like this,
media1
$('#media').change(function(){ alert($(this).val()); });
this should work the way you want it should.