easyui combobox setValue方法不能触发onSelect事件

//setValue方法不能触发onSelect事件
//$("#FundingSource").combobox("setValue", data.FundingSource);
if (data.FundingSource) {
$("#FundingSource").combobox("select", data.FundingSource);
}

转载于:https://www.cnblogs.com/xiaoruilin/p/7099270.html

你可能感兴趣的:(javascript)