layui 获取select下拉框选中的值

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/CharmingDang/article/details/82185458

获取省市区下拉框的值 显示在列表里

根据下拉框的id


Area:$("#Province").find("option:selected").text() + "/" + $("#City").find("option:selected").text() + "/" + $("#Dis").find("option:selected").text()

猜你喜欢

转载自blog.csdn.net/CharmingDang/article/details/82185458
今日推荐