Lines Matching full:expanded
209 $(this).addClass('expanded');
379 if (section.hasClass('expanded')) {
386 section.closest('li').removeClass('expanded');
392 var $others = $('li.nav-section.expanded', $(this).closest('ul'));
393 $others.removeClass('expanded').children('ul').slideUp(250);
396 section.closest('li').addClass('expanded');
1186 $(link).removeClass('expanded');
1189 $(link).addClass('expanded');
1195 $(ids).prev('h4').find('a.expandable').removeClass('expanded');
2230 if (node.expanded) {
2233 node.expanded = false;
2247 node.expanded = false;
2264 node.expanded = false;
2288 if (node.children_data && !node.expanded) {
2299 node.expanded = true;
2521 * @param expand 'true' to ensure it's expanded. 'false' to ensure it's closed.
2548 * @param expand 'true' to ensure it's expanded. 'false' to ensure it's closed.