jquery 取得select选中的值

1、取得选中的值

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

2、取得的文本

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

posted @ 2018-10-27 22:42  花拾夕  阅读(2696)  评论(0编辑  收藏  举报