combobox 用法,加载数据字典,代码如下:
var theSex = {
//alert("数据已经得到,先保存缓存!");
getCategory: function () {
$.getJSON('/sys/ashx/dichandler.ashx?categoryId=9', function (data) {
$('body').data('sexDic', data); //这里可以乱取名字sexDic,意思是得到数据并赋值给body
});
},
init: function () {
var sexDic = $('body').data('sexDic');
sexDic = JSON.stringify(sexDic).replace(/KeyId/g, "id").replace(/Title/g, "text");
top.$('#txt_sex').combobox({ data: eval(sexDic), valueField: 'text', textField: 'text', editable: false, required: true, missingMessage: '请选择性别', disabled: false });
}
};
Copyright © 2004-2024 Ynicp.com 版权所有 法律顾问:建纬(昆明)律师事务所 昆明市网翼通科技有限公司 滇ICP备08002592号-4