jquery设置select选中,获取select选中的值 和文本
选中select选项,根据value
$("#select1 option:selected").val();$("#select1 option:selected").text();