jQuery獲取select下拉框改變時option的值

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