Home > Web Front-end > JS Tutorial > body text

Send a more beautiful effect of dynamic addition and deletion of tabs_navigation menu

WBOY
Release: 2016-05-16 19:08:44
Original
1869 people have browsed it

Here's a picture first, and I'll change the code.
Send a more beautiful effect of dynamic addition and deletion of tabs_navigation menu


[Ctrl+A 全选 注:如需引入外部Js需刷新才能执行]

代码说明
1.我的CSS分割为2段了,第一段为此演视用,可自己定制,第二段为此框架必须。
2.script我也分割为2段,第一段为必须,第二段为客户定制的,我这里的代码是给一个实现参考。
3.以下的HTML代码为参考实现的必须容器代码 
复制代码 代码如下:




    

 
使用介绍:
1.ItemsPanel对象
   构造方法:new Asgard.CardProgram.ItemsPanel("itemsPanel","cardFrame").
   接受的2个参数,第一个为ul容器ID,第二个为我们需要展现标签对应的内容的irame的ID 。
   ItemPanel对象使用addItem方法添加Item。
   如果你需要创建多个ItemsPanel,可以自己参考我的范例来进行。
2.Item对象
   构造方法:new Asgard.CardProgram.Item("index","时空创意","http://www.skst.com.cn",true)接受4个参数
   第一个为打算创建的选项卡的id,第二个为打算创建的选项卡的标题,第三个为此选项卡对应的URL,第四个为是否为首页,因为我们也许会打算创建一个默认页面不允许关闭。当然如果你全部设置为true,那么也就是正常的选项卡效果了。

source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template