jQuery选中下拉列表,输出值
2021-07-10 10:04
阅读:449
标签:for his sel tip ted jquery func 逗号 orm jQuery部分: jQuery选中下拉列表,输出值 标签:for his sel tip ted jquery func 逗号 orm 原文地址:http://www.cnblogs.com/lwj820876312/p/7090573.html$("#form1 select").change(function () {
var s=[];
$("#form1 select :selected").each(function () {
var temp=$(this).html();
s.push(temp);//注意这里不能使方括号
})
var xx=s.join();//默认中间加逗号
$("div:last").html(xx);
})
html部分:
下一篇:CSS3弹性盒布局
评论
亲,登录后才可以留言!