jQuery常用语句
1、jQuery获取select下被option选中的id值
$("select option:selected").attr("id");$("select option:selected").val();
发布时间: 2013-08-13 16:43:28 作者: rapoo
jQuery常用语句
1、jQuery获取select下被option选中的id值
$("select option:selected").attr("id");$("select option:selected").val();