摘要: var data = $('#A').combobox('getData');$("#A").combobox("select", data[0].id); 阅读全文
posted @ 2015-04-29 13:24 我知道你的存在 阅读(533) 评论(0) 推荐(0)
摘要: nowrap: false 阅读全文
posted @ 2015-04-29 10:52 我知道你的存在 阅读(391) 评论(0) 推荐(0)
摘要: html5shiv.js 阅读全文
posted @ 2015-04-28 08:51 我知道你的存在 阅读(305) 评论(0) 推荐(0)
摘要: 源文件查找$.fn.combo.defaults=$.extend({}将其中的 keydown 改成 keyup 即可。 阅读全文
posted @ 2015-04-23 10:55 我知道你的存在 阅读(739) 评论(0) 推荐(0)
摘要: 源码中内容:cell.css("text-align",(col.halign||col.align||""));这里有个属性挺眼熟 : col.align前面还有一个: col.halign可以使用此属性实现该功能。代码如下:标题其中 align:'left' 控制内容居左 , halign: '... 阅读全文
posted @ 2015-04-22 09:43 我知道你的存在 阅读(4812) 评论(0) 推荐(0)
摘要: HTML 123 123 123 ... 阅读全文
posted @ 2015-04-17 14:03 我知道你的存在 阅读(1351) 评论(0) 推荐(0)
摘要: HTML客户名称JS$("#enterprise").combogrid({ panelWidth: 400, idField: 'id', textField: 'enterprise', url: '../_Datas/xxx/xxx.ashx?o=getmemberby... 阅读全文
posted @ 2015-04-04 10:50 我知道你的存在 阅读(214) 评论(0) 推荐(0)
摘要: $.fn.menu.defaults={zIndex:110000,left:0,top:0,alignTo:null,align:"left",minWidth:120,itemHeight:32,查找这段代码。修改itemHeight的值。 阅读全文
posted @ 2015-04-01 15:01 我知道你的存在 阅读(1239) 评论(0) 推荐(0)
摘要: $(".centertool").accordion("getPanel", 0).panel("setTitle", "联系人:").accordion("getPanel", index) 获取要修改的Panel,调用setTitle方法。 阅读全文
posted @ 2015-03-25 14:19 我知道你的存在 阅读(720) 评论(0) 推荐(0)
摘要: 加 Accordion 通过火狐等工具可以知道标题栏上右边的箭头是 实现:var tools = $(".centertool").find(".panel-tool");$(tools[0]).before("查询关联 联系人");$("#aLinkSearch").clic... 阅读全文
posted @ 2015-03-24 14:06 我知道你的存在 阅读(607) 评论(0) 推荐(0)