08 2014 档案

摘要:1$.extend($.fn.datagrid.defaults.filters,{2dateRange:{3init:function(container,options){4varc=$('').appendTo(container);5c.find('.d1,.d2').datebox();6... 阅读全文
posted @ 2014-08-08 21:41 少爵 阅读(4166) 评论(4) 推荐(1)
摘要:1$.extend($.fn.panel.methods,{2showMask:function(jq,msg){3returnjq.each(function(){4varpal=$(this).panel('panel');5if(pal.css('position').toLowerCase(... 阅读全文
posted @ 2014-08-08 21:37 少爵 阅读(3296) 评论(0) 推荐(0)
摘要:$('#cc').combobox({ url:'combobox_data1.json', method:'get', valueField:'id', textField:'t... 阅读全文
posted @ 2014-08-06 10:31 少爵 阅读(11630) 评论(7) 推荐(1)