飞鱼(shqlsl) javascript作品集
更新时间:2006年12月16日 00:00:00 作者:
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; } |
相关文章
javascript四个方向无间隙滚动合集(多浏览器IE,firefox兼容)
比较有想法的四个方向,多浏览器兼容的无缝隙滚动效果脚本2008-05-05添加到收藏夹的Javascript脚本 for ie,firefox
添加到收藏夹的Javascript脚本 for ie,firefox...2006-12-12
最新评论