Advertisement
Aurangajeb

Show Docs navigation as unfold with the section

Oct 25th, 2021
2,138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.19 KB | None | 0 0
  1. /*
  2. @ Show Docs navigation as unfold with the section
  3. */
  4.  
  5. jQuery(document).ready(function( $ ){
  6.     // Your code in here
  7.   $('.page_item_has_children').removeClass('wd-state-closed');
  8. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement