Versions Compared

Key

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

Collapse all categories by default

Thai

ยุบทุกหมวดหมู่ตามค่าเริ่มต้น

  1. English
    Enable  Collapsible Menu?  in Userview Theme settings under the Configure Custom UI tab.
    Thai

    เปิดใช้งานเมนูที่พับได้หรือไม่ ในการตั้งค่าธีมของ Userview ภายใต้แท็บ Configure Custom UI

  2. Insert this code into Custom JavaScript on the same page.

    Thai

    ใส่รหัสนี้ใน JavaScript ที่กำหนดเองในหน้าเดียวกัน

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

Related Elements

Thai

องค์ประกอบที่เกี่ยวข้อง

 

 

...