Home | History | Annotate | Download | only in js

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');
2171 if (node.expanded) {
2174 node.expanded = false;
2188 node.expanded = false;
2205 node.expanded = false;
2229 if (node.children_data && !node.expanded) {
2240 node.expanded = true;
2462 * @param expand 'true' to ensure it's expanded. 'false' to ensure it's closed.
2489 * @param expand 'true' to ensure it's expanded. 'false' to ensure it's closed.