Home | History | Annotate | Download | only in js

Lines Matching refs:scroll

33   $('.scroll-pane').jScrollPane( {verticalGutter:0} );
329 $(".scroll-pane").scroll(function(event) {
352 var prevScrollLeft = 0; // used to compare current position to previous position of horiz scroll
353 $(window).scroll(function(event) {
356 // Dump scroll event if the target is a DIV, because that means the event is coming
366 // we set the navbar fixed when the scroll position is beyond the height of the site header...
485 $(".scroll-pane").removeAttr("tabindex"); // get rid of tabindex added by jscroller
487 if ($(".scroll-pane").length > 1) {
625 // Then figure out based on scroll position whether the header is visible
648 $scrollPanes = $(".scroll-pane");
690 * scroll performance while the header is still visible, because re-initializing the
691 * scroll panes is an intensive process.
715 var pane = $(".scroll-pane").each(function(){
720 $(".scroll-pane").removeAttr("tabindex"); // get rid of tabindex added by jscroller
750 /** Scroll the jScrollPane to make the currently selected item visible
762 if (selectedOffset + 90 > $nav.height()) { // add 90 so that we scroll up even
764 api.scrollTo(0, selectedOffset - ($nav.height() / 4), false); // scroll the item into view
1172 * scroll: direction to scroll in
1190 scroll: 1,
1246 return go(curr-o.scroll);
1253 return go(curr+o.scroll);
1276 go(curr+o.scroll);
1308 $( (curr-o.scroll<0 && o.btnPrev)
1310 (curr+o.scroll > itemLength && o.btnNext)
1374 * scroll: direction to scroll in