$('#select1').change(function(){ var text = $(this).text(); alert(text); })
$(this).find('option:selected').text();