3.02-EasyUI之combobox

一、combobox    ui

        1.一、取消選中空值code

頁面:
<input id="jsType" class="easyui-combobox" data-options="multiple:true,onSelect:onselect">
JS  :
function onselect() {  $("#jsType").combobox('unselect', ""); }

        2.一、獲取/設置值ip

var type = $('#jsType').combobox('getValue');//獲取單值
var types = $('#jsType').combobox('getValues');//獲取多值
$('#jsType').combobox('setValue',value);//設置值
相關文章
相關標籤/搜索