HTML/Code
文章平均质量分 52
米可牛
专注企业信息化系统架构设计、异构系统整合、全技术栈的项目经理,拥有制造企业信息化管理、团队建设、平台及系统架构等丰富经验。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
测试
$('#elm1').xheditor({plugins:plugins,tools:'full',showBlocktag:false,forcePtag:false,beforeSetSource:ubb2html,beforeGetSource:html2ubb,emots:emots,emotMark:true,shortcuts:{'ctrl+enter':submitForm}});原创 2011-12-13 13:43:40 · 198 阅读 · 0 评论 -
jqGrid ui自适应窗口
jQuery("#list").jqGrid({ url: 'ServiceArticleCatalog?action=getChild', datatype: "xml", mtype: 'post', treeGrid: true, treeGridModel: 'adjacency', ExpandColumn: 'name',原创 2011-12-27 08:53:05 · 1150 阅读 · 0 评论 -
jquery ui --- dialog
前段时间用了JQuery-UI.js中的dialog弹出层,发现每次打开页面内存都会直线上升。经过查找是由于以下js调用重复所致,特在此备忘:jQuery("#confPdate").click(function(){ jQuery("#confPdate").attr("readonly", "true").datepicker({dateFormat:'yy-mm-dd'});原创 2011-12-27 08:58:23 · 297 阅读 · 0 评论
分享