- 博客(2)
- 资源 (1)
- 收藏
- 关注
原创 js 打印DIV内容 print div 兼容IE FF Google等主流浏览器
1.js中打印指定区域内容 兼容IE FF Google等主流浏览器 function wesPrint(id_s) { var cc = document.getElementById(id_s).innerHTML; var isIe=0; if(navigator.userAgent.indexOf('MSIE')>0){ isIe =
2014-02-27 16:05:54
2992
原创 Extjs CheckGroup 动态赋值
1. 创建一个Store this.cashStuStore = new Ext.data.Store({ autoLoad : false, proxy : new Ext.data.HttpProxy({ url : urlPath+'xxx.php?action=xxx' }), reader : new Ext.data.JsonReader({ root :
2013-10-18 09:33:38
936
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅