PL
zt_soft
这个作者很懒,什么都没留下…
展开
-
javascript去除字符串空格的函数
//自己动手为string添加Trim //String.prototype.Trim=function(){return this.replace(/(^/s*)|(/s*$)/g,"");} //String.prototype.LTrim = function(){return this.replace(/(^/s*)/g, "");}原创 2007-03-20 19:49:00 · 801 阅读 · 1 评论 -
javascript中字符串连接时用Array.join()替换 string += "xx",换来几十倍的速度提升
2006-12-31 21:38 by 无常, 4582 visits, <a onclick="function onclick(){PutInWz();return false;}" href="#">网摘, 收藏, 编辑下面的二个函数compute1()和compute1(),都是将50000个字符串连接起来,直接用+=连接耗时17547毫秒,使用Array.jo转载 2010-04-14 00:05:00 · 394 阅读 · 0 评论 -
force contents not break line
1) use css property white-space : nowrap2) use tag原创 2010-08-04 23:09:00 · 395 阅读 · 0 评论 -
set readonly to select box
select readonly to select box原创 2010-10-09 22:45:00 · 493 阅读 · 0 评论 -
iframe
点评:在构建B/S系统界面的时候,经常会遇到主页面index.html中嵌套其他页面的情况 ,虽然已经有的库已经提供了控件(例如jQuery easy UI),但是有时候iframe的使用是不可避免的在构建B/S系统界面的时候,经常会遇到主页面index.html中嵌套其他页面的转载 2011-08-31 20:07:54 · 410 阅读 · 0 评论 -
thick box
http://www.blueidea.com/articleimg/2007/12/5182/tickbox_demo.html 使用thickbox问题集合及解决方案 在使用thickbox的过程中也还是学到了一点东西,在这这里 给初‘用’thickbox转载 2011-08-19 22:21:48 · 677 阅读 · 0 评论