Lines Matching full:sticky
185 $("#sticky-header").addClass("design");
202 $("#sticky-header").addClass("develop");
237 $("#sticky-header").addClass("distribute");
259 $("#sticky-header").addClass("about");
452 if (sticky) {
728 var $others = $('li.nav-section.expanded', $(this).closest('ul')).not('.sticky');
749 /** Create the list of breadcrumb links in the sticky header */
751 var $breadcrumbUl = $("#sticky-header ul.breadcrumb");
1075 var sticky = false;
1078 /* Sets the vertical scoll position at which the sticky bar should appear.
1081 stickyTop = $('#header-wrapper').outerHeight() - $('#sticky-header').outerHeight();
1085 * Displays sticky nav bar on pages when dac header scrolls out of view
1091 var $stickyEl = $('#sticky-header');
1112 if (sticky && (scrollLeft != prevScrollLeft)) {
1119 if (sticky == shouldBeSticky) {
1123 // If sticky header visible and position is now near top, hide sticky
1124 if (sticky && !shouldBeSticky) {
1125 sticky = false;
1132 // delay hide the sticky
1133 $menuEl.removeClass('sticky-menu');
1139 } else if (!sticky && shouldBeSticky) {
1140 sticky = true;
1142 $menuEl.addClass('sticky-menu');
1155 $menuEl.removeClass('sticky-menu');
2016 if ((sticky ) && (search.value != "")) {
2688 /* Adjust the scroll position to account for sticky header, only if the hash matches an id.
2712 // then adjust the scroll position to account for sticky header, then exit.
2833 if (!sticky) return;
2844 if (!sticky) return;
3259 // Make all third-generation list items 'sticky' to prevent them from collapsing
3260 $containerUl.find('li li li.nav-section').addClass('sticky');