Home >Web Front-end >JS Tutorial >飞鱼(shqlsl) javascript作品集_典型特效

飞鱼(shqlsl) javascript作品集_典型特效

WBOY
WBOYOriginal
2016-05-16 19:23:211405browse
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  re.compile("^(.{"+(iLen-Math.ceil(hzlen/2))+"}).*$","i")
return  sSource.replace(re,"$1").slice(0,iLen-3)+el;
}

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn