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-combobox赋值

EasyUI combobox 多选及回显赋值

easyui datagrid combobox 怎么设置默认值

easyui 对form扩展

easyui常用方法