Home | History | Annotate | Download | only in js

Lines Matching refs:expanded

525     if (section.hasClass('expanded')) {
528 // remove 'expanded' class from my section and any children
529 section.closest('li').removeClass('expanded');
530 $('li.nav-section', section).removeClass('expanded');
536 var $others = $('li.nav-section.expanded', $(this).closest('ul')).not('.sticky');
537 $others.removeClass('expanded').children('ul').slideUp(250);
540 section.closest('li').addClass('expanded');
600 $(this).addClass('expanded');
608 $('ul#nav li.nav-section.expanded').removeClass('expanded').children('ul').hide();
1259 $(link).removeClass('expanded');
1262 $(link).addClass('expanded');
1268 $(ids).prev('h4').find('a.expandable').removeClass('expanded');
2758 if (node.expanded) {
2761 node.expanded = false;
2775 node.expanded = false;
2792 node.expanded = false;
2816 if (node.children_data && !node.expanded) {
2827 node.expanded = true;
3159 * @param expand 'true' to ensure it's expanded. 'false' to ensure it's closed.
3186 * @param expand 'true' to ensure it's expanded. 'false' to ensure it's closed.