Lines Matching refs:top
13 var top = false, bottom = false, topOffset = 0, lastWindowPos = 0; variable
30 top = bottom = false;
48 if (top) {
49 top = false;
50 topOffset = (sidebar.offset().top > 0) ? sidebar.offset().top : 0;
52 …f (! bottom && windowPos + windowHeight > sidebarHeight + sidebar.offset().top && sidebarHeight < …
59 topOffset = (sidebar.offset().top > 0) ? sidebar.offset().top : 0;
61 } else if (! top && windowPos < sidebar.offset().top) {
62 top = true;
66 top = bottom = false;
67 topOffset = (sidebar.offset().top > 0) ? sidebar.offset().top : 0;
70 } else if (! top) {
71 top = true;