layui获取下拉框内容

form.on('select(node)', function(data) {
    rnname = $(data.elem).find("option:selected").text()
    alert(rnname)
})
相关文章
相关标签/搜索