layui 获取select下拉框选中的值

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

根据下拉框的id


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

posted @ 2018-08-29 16:41  CharmingDang  阅读(2222)  评论(0编辑  收藏  举报