标签:style io strong html htm on sp text
注意:下面用的$(this)代表当前选中的select框
第一种:
$(this).children("option:selected").text();
第二种:
$(this).children("option:selected").html();
Jquery获取select选中的option的文本信息,布布扣,bubuko.com
标签:style io strong html htm on sp text
原文地址:http://blog.csdn.net/nycqwert/article/details/38541501