注意:下面用的$(this)代表当前选中的select框
第一种:
$(this).children("option:selected").text();
第二种:
$(this).children("option:selected").html();
Jquery获取select选中的option的文本信息,布布扣,bubuko.com
时间: 2024-12-25 04:12:51
注意:下面用的$(this)代表当前选中的select框
第一种:
$(this).children("option:selected").text();
第二种:
$(this).children("option:selected").html();
Jquery获取select选中的option的文本信息,布布扣,bubuko.com