
easyui
cuisongliu
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
jquery生成UUID的方法
/*! Math.uuid.js (v1.4) http://www.broofa.com mailto:robert@broofa.comCopyright (c) 2010 Robert Kieffer Dual licensed under the MIT and GPL licenses. *//* * Generate a random uuid. * * USAGE: Math.u转载 2015-10-20 11:19:37 · 21272 阅读 · 0 评论 -
jquery设置页面元素为只读
/** * 设置页面为只读 */ Utils.setPageUnEdit=function(fromId){ $(":text,:password,:submit,:image,:reset,:button,:file",'#'+fromId).each(function(i){ $(this).attr("readonly",true); }); $("原创 2015-10-20 11:22:01 · 3305 阅读 · 0 评论