获取下拉框的属性值:$(this).val();

获取下拉框的文本值:$(this).find('option:selected').text();

 

更多推荐

jquery中获取下拉框的文本值