easyui combobox 的取值问题

easy-combobox 取值问题
例子:<select id="cc" class="easyui-combobox" name="cc" style="200px;">在对其取值的时候?
//错误 //不能使用 $('#cc').val()


//正确应该 //取ID或者是key $('#cc').combobox('getValue') //取显示的name $('#cc').combobox('getText')
原文地址:https://www.cnblogs.com/mr-wuxiansheng/p/6621956.html