首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

jQuery常用话语

2013-08-13 
jQuery常用语句1、jQuery获取select下被option选中的id值$(select option:selected).attr(id)$(selec

jQuery常用语句
1、jQuery获取select下被option选中的id值
   

$("select option:selected").attr("id");$("select option:selected").val();   

热点排行