1、EasyUI combobox jQuery获取当前选中的值和文本
$('#com').combobox('getValue');//获取当前选中的值$('#com').combobox('getText');//获取当前选中的文字