$("#editBox").find("option[value = '"+editArea+"']").attr("selected","true")
注意:option的value值也同样需要赋值,并且如果改变了form表单的值,都需要再form.render()一下
$("#editBox").find("option[value = '"+editArea+"']").attr("selected","true")
注意:option的value值也同样需要赋值,并且如果改变了form表单的值,都需要再form.render()一下
本文标题:layui 根据动态的option设定选中某个值
本文链接:https://www.haomeiwen.com/subject/fektoctx.html
网友评论