Indexhibit手风琴菜单v2

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Indexhibit手风琴菜单v2相关的知识,希望对你有一定的参考价值。

Toggle section titles
  1. /*======== General section title toggle script ==*/
  2.  
  3. function sectiontoggle(){
  4. $('.section-title').nextAll().hide();
  5. if($('nav').find('.active').length){
  6. $('nav li.active').parents('ul').children('li').show();
  7. }
  8. $('.section-title').click(
  9. function(){
  10. if($(this).nextAll().is(':hidden')){
  11. $(".section-title").not(this).nextAll().slideUp();
  12. $(this).nextAll().slideDown();
  13. } else {
  14. $(this).nextAll().slideUp();
  15. }
  16. });
  17. };
  18.  
  19. sectiontoggle();

以上是关于Indexhibit手风琴菜单v2的主要内容,如果未能解决你的问题,请参考以下文章

将Indexhibit菜单加载到wordpress站点

js 手风琴菜单折叠要用到列表浮动吗

如何通过在 cookie 中保存位置来制作手风琴菜单(包含代码)

jQuery+Bootstrap手风琴折叠菜单代码

如何在 ionic 4 中创建手风琴式侧边菜单

手风琴菜单层级菜单置顶菜单无缝滚动的制作