惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

月光博客
月光博客
MyScale Blog
MyScale Blog
博客园 - Franky
The Cloudflare Blog
IT之家
IT之家
Blog — PlanetScale
Blog — PlanetScale
博客园 - 聂微东
WordPress大学
WordPress大学
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
T
The Blog of Author Tim Ferriss
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
罗磊的独立博客
Google DeepMind News
Google DeepMind News
P
Proofpoint News Feed
Martin Fowler
Martin Fowler
aimingoo的专栏
aimingoo的专栏
J
Java Code Geeks
腾讯CDC
雷峰网
雷峰网
Microsoft Azure Blog
Microsoft Azure Blog
G
Google Developers Blog
博客园 - 【当耐特】
美团技术团队
云风的 BLOG
云风的 BLOG

博客园 - 清雨轩

用dom生成html文件.的常见问题 div+css制作企业网站经验收集 appendNode? 可以直接一个节点树 - 清雨轩 - 博客园 php(alexa排名查询) 下拉菜单 美工版(不用写代码) CSS学习随笔 windows2003 ftp及相关权限 php出现Unable to load dynamic library 'c:\php\extensions\php_mssql.dll' - 清雨轩 win2003的服务器配置. 关于引用,还是按值. 开发时会遇到..注意 事件监听是可吃CPU的事情。以后还是不用事件监听 用正则改变字符串的处理速度。 faq:responseXML has no properties in firefox or responseXML is null 正则表达式 不允许为空 下拉头像菜单 表单检测函数 [原创]使用js+xml制作的IE和FF都支持的树型菜单(程序不到4k哦) 个人觉得比较经典的菜单(来源:kijiji.cn) [转载]纯js解决小偷的乱码.(强)
个人javascript作品集
清雨轩 · 2006-10-28 · via 博客园 - 清雨轩

飞鱼(shqlsl) javascript作品集

http://www.quansou.com/menu/menu.html#
纯CSS抽屉菜单(美工版)
http://www.quansou.com/menu.htm
http://www.quansou.com/menu1.htm
(无限级联菜单) (美工版)
http://www.quansou.com/autotime/time.html
input日期控件(美工版)
http://www.quansou.com/checkfrm/
表单域验证 (美工版)
http://www.quansou.com/treemenu/
无限级数 (xml+js)
http://www.quansou.com/scroll/scroll.html
中英文取长定长函数:

function gstr(sSource,iLen) { var el="",hzlen; var re=new RegExp("^(.{"+(iLen)+"}).*$","i") try{hzlen=sSource.replace(re,"$1").match(/[^\x00-\xff]/g).length}catch(e){hzlen=0;} if(sSource.length+hzlen<=ilen)return sSource; re.compile("^(.{"+(iLen-Math.ceil(hzlen/2))+"}).*$","i") return sSource.replace(re,"$1").slice(0,iLen-3)+el; }

posted on 2006-10-28 09:40  清雨轩  阅读(807)  评论(0)    收藏  举报