手机
当前位置:查字典教程网 >编程开发 >Javascript教程 >飞鱼(shqlsl) javascript作品集
飞鱼(shqlsl) javascript作品集
摘要:http://www.quansou.com/menu/menu.html#纯CSS抽屉菜单(美工版)http://www.quansou....

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")

returnsSource.replace(re,"$1").slice(0,iLen-3)+el;

}

【飞鱼(shqlsl) javascript作品集】相关文章:

javascript实现获取服务器时间

javascript制作的滑动图片菜单

Web开发必知Javascript技巧大全

理解javascript中的with关键字

javascript常用的方法分享

实现DIV圆角的JavaScript代码

JavaScript操作XML文件之XML读取方法

JavaScript AOP编程实例

javascript实现表格增删改操作实例详解

仅30行代码实现Javascript中的MVC

精品推荐
分类导航