jquery操作菜单

时间:2018-05-12 18:46:51
【文件属性】:
文件名称:jquery操作菜单
文件大小:73KB
文件格式:RAR
更新时间:2018-05-12 18:46:51
Zend jquery操作菜单,自定义CSS, $(document).ready(function(){ $(".menu ul li ul").hide(); $(".menu>ul>li>a").on('click',function(){ $(".menu>ul>li>a").css('background-image',"url('../image/collapsed.gif')"); $(".menu ul li ul").slideUp().hide(1000); var ul = $(this).parent().find('ul'); $(this).css('background-image',"url('../image/expanded.gif')"); ul.slideDown(1000); }); });
【文件预览】:
DEMO
----css()
--------menu.css(831B)
----.project(1KB)
----.tern-project(79B)
----index.php(384B)
----.settings()
--------.jsdtscope(503B)
--------org.eclipse.core.resources.prefs(57B)
--------org.eclipse.wst.common.component(293B)
--------org.eclipse.wst.validation.prefs(319B)
--------org.eclipse.wst.common.project.facet.core.xml(237B)
--------org.eclipse.wst.jsdt.ui.superType.container(49B)
--------org.eclipse.wst.jsdt.ui.superType.name(6B)
----image()
--------expanded.gif(850B)
--------collapsed.gif(847B)
--------title.gif(862B)
----extand.js(498B)
----php()
--------index.php(384B)
----.buildpath(488B)
----js()
--------jquery-2.1.3.js(242KB)
--------data-table()
--------menu.js(620B)
----WebContent()
--------index-1.html(1KB)
--------menu.html(4KB)
--------index.html(1KB)

网友评论