jquery 获取easyui combobox选中的值

不能使用val()

必须使用:

$('#comboboxlist').combobox('getValue');

原文地址:https://www.cnblogs.com/wangxiuhui/p/3911495.html