Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Collapse all categories by default

Image Removed

默认情况下折叠所有类别

Image Added

  1. 启用  可折叠菜单? 在配置自定义UI选项卡下的Userview主题设置中    
  2. 将此代码插入到  同一页上的自定义JavaScript中

  3. Enable  Collapsible Menu?  in Userview Theme settings under the Configure Custom UI tab.
  4. Insert this code into Custom JavaScript on the same page.

    Code Block
    $(document).ready(function(){
       $(".menu-container").hide();
    });