jQuery获取select下拉框改变时option的值

$('.hotels').on("change", function(){ console.log(this.value); console.log($(this).find(':selected').val()); })
相关文章
相关标签/搜索