如何获取select选中option的位置下标?
解决方法:
就一句话轻松搞定,$("#id").get(0)代表select标签dom对象。
$("#id").get(0).options.selectedIndex
其中第一个option的selectedIndex是0而不是1
本文链接:http://www.yayihouse.com/yayishuwu/chapter/1516
如何获取select选中option的位置下标?
解决方法:
就一句话轻松搞定,$("#id").get(0)代表select标签dom对象。
$("#id").get(0).options.selectedIndex
其中第一个option的selectedIndex是0而不是1
本文链接:http://www.yayihouse.com/yayishuwu/chapter/1516
有建议,请留言!