$("#sxselect").change(function(){ alert($("#sxselect option:selected").val()); });
jQuery("#select1 option:selected").text();