Home | History | Annotate | Download | only in js

Lines Matching full:expanded

151       $(this).addClass('expanded');
305 if (section.hasClass('expanded')) {
312 section.closest('li').removeClass('expanded');
318 var $others = $('li.nav-section.expanded', $(this).closest('ul'));
319 $others.removeClass('expanded').children('ul').slideUp(250);
322 section.closest('li').addClass('expanded');
1122 $(link).removeClass('expanded');
1125 $(link).addClass('expanded');
1131 $(ids).prev('h4').find('a.expandable').removeClass('expanded');
2067 if (node.expanded) {
2070 node.expanded = false;
2084 node.expanded = false;
2101 node.expanded = false;
2125 if (node.children_data && !node.expanded) {
2136 node.expanded = true;
2345 * @param expand 'true' to ensure it's expanded. 'false' to ensure it's closed.
2372 * @param expand 'true' to ensure it's expanded. 'false' to ensure it's closed.