easy-combobox 取值问题 例子:<select >//错误 //不能使用 $('#cc').val()
//正确应该 //取ID或者是key $('#cc').combobox('getValue') //取显示的name $('#cc').combobox('getText')
easy-combobox 取值问题 例子:<select >//错误 //不能使用 $('#cc').val()
//正确应该 //取ID或者是key $('#cc').combobox('getValue') //取显示的name $('#cc').combobox('getText')
相关文章: