1、jquery取select 下选择的option的值
$("#selectId option:selected").val();
2、jquery 取标签得id
$(obj).attr("id");