码迷,mamicode.com
首页 > 其他好文 > 详细

easyui中combobox 取值

时间:2017-12-04 15:32:26      阅读:220      评论:0      收藏:0      [点我收藏+]

标签:res   text   width   box   option   textfield   str   getc   uefi   

<input id="cmbstrTrainType" class="easyui-combobox" name="cmbstrTrainType" style="width:102px;height: 32px;" data-options="
url:‘/Page/Ashx/GetCmbInfo.ashx?strFun=GetstrTrainTypeEasyUI‘,
method:‘get‘,
valueField:‘strTypeName‘,
textField:‘strTypeName‘,
panelHeight:‘300‘

"/>

//需要id和name,两个想等,不然下面取不出来

function beforeSave() {

//取ID
var jjj= $(‘#cmbstrTrainType‘).combobox(‘getValue‘);
//取显示的name
var jjkj= $(‘#cmbstrTrainType‘).combobox(‘getText‘);

}

 

easyui中combobox 取值

标签:res   text   width   box   option   textfield   str   getc   uefi   

原文地址:http://www.cnblogs.com/hongmaju/p/7977143.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!