飞鱼(shqlsl) javascript作品集

软件发布|下载排行|最新软件

当前位置:首页IT学院IT技术

飞鱼(shqlsl) javascript作品集

  2020-05-11 我要评论
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;
}

Copyright 2022 版权所有 软件发布 访问手机版

声明:所有软件和文章来自软件开发商或者作者 如有异议 请与本站联系 联系我们