jQuery常用语句 1、jQuery获取select下被option选中的id值
$("select option:selected").attr("id");$("select option:selected").val();