Lines Matching refs:section
524 var section = $(this).closest('li.nav-section');
525 if (section.hasClass('expanded')) {
527 section.find('ul').slideUp(250, function() {
529 section.closest('li').removeClass('expanded');
530 $('li.nav-section', section).removeClass('expanded');
540 section.closest('li').addClass('expanded');
541 section.children('ul').slideDown(250, function() {
789 var section = basePath.substring(1,basePath.indexOf("/",1));
790 writeCookie("height", resizePackagesNav.css("height"), section, null);
871 function writeCookie(cookie, val, section, expiration) { argument
873 section = section == null ? "_" : "_"+section+"_";
879 var cookieValue = cookie_namespace + section + cookie + "=" + val
3382 section: $widget.data('section'), property
3567 if (opts.section && SECTION_BY_ID[opts.section]) {
3568 return SECTION_BY_ID[opts.section].sections || [];
3748 var section = resource.group || resource.type;
3762 .append($('<div>').addClass('section').text(section))
3770 .append($('<div>').addClass('section').text(section))
3786 $.fn.decorateResourceSection = function(section,plusone) { argument
3787 var resource = section.resource;
3800 if (section.sections && section.sections.length) {
3802 var stack = [section];
3820 var max = section.sections.length > 3 ? 3 : section.sections.length;
3824 var subResource = section.sections[i];
3849 if (max < section.sections.length) {