easyui combobox setValue方法不能触发onSelect事件
Posted 三瑞
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了easyui combobox setValue方法不能触发onSelect事件相关的知识,希望对你有一定的参考价值。
//setValue方法不能触发onSelect事件
//$("#FundingSource").combobox("setValue", data.FundingSource);
if (data.FundingSource) {
$("#FundingSource").combobox("select", data.FundingSource);
}
以上是关于easyui combobox setValue方法不能触发onSelect事件的主要内容,如果未能解决你的问题,请参考以下文章
easyui combobox中的值是从数据库拿过来的,编辑easyui gridveiw时combobox定位gridveiw对应值