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;
}
标签:
飞鱼(shqlsl),javascript作品集

免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
狼山资源网 Copyright www.pvsay.com

评论“飞鱼(shqlsl) javascript作品集”

暂无“飞鱼(shqlsl) javascript作品集”评论...