jquery 取得select选中的值

1、取得选中的值

jQuery("#select").val();是取得选中的值

2、取得的文本

jQuery("#select  option:selected").text();

原文地址:https://www.cnblogs.com/kingsonfu/p/9863788.html