分页显示代码js剖析.docVIP

  • 0
  • 0
  • 约1.97万字
  • 约 15页
  • 2017-01-15 发布于湖北
  • 举报
分页显示代码js剖析

一个封装了的选项卡效果js !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN html head meta http-equiv=Content-Type content=text/html; charset=gb2312 title井底的蛙/title script type=text/javascript /* 选项卡封装 by 井底的蛙 2008-2-4 */ opCard = function() { this.bind = new Array(); this.index = 0; //默认显示哪个选项卡,从0开始 this.style = new Array(); //[,,] this.overStyle = false; //选项是否有over, out变换样式事件,样式为this.style[2] this.overChange = false; //内容是否用over, out直接激活 this.menu = false; //菜单类型 this.nesting = [false,false,,]; //是否嵌

文档评论(0)

1亿VIP精品文档

相关文档