easy-combobox 取值问题 例子:<select id="cc" class="easyui-combobox" name="cc" style="200px;">在对其取值的时候?
//错误 //不能使用 $('#cc').val()
//正确应该 //取ID或者是key $('#cc').combobox('getValue') //取显示的name $('#cc').combobox('getText')
easy-combobox 取值问题 例子:<select id="cc" class="easyui-combobox" name="cc" style="200px;">在对其取值的时候?
//错误 //不能使用 $('#cc').val()
//正确应该 //取ID或者是key $('#cc').combobox('getValue') //取显示的name $('#cc').combobox('getText')