Home | History | Annotate | Download | only in js

Lines Matching refs:scroll

56   $('.scroll-pane').jScrollPane( {verticalGutter:0} );
403 $(".scroll-pane").scroll(function(event) {
426 var prevScrollLeft = 0; // used to compare current position to previous position of horiz scroll
427 $(window).scroll(function(event) {
430 // Dump scroll event if the target is a DIV, because that means the event is coming
440 // we set the navbar fixed when the scroll position is beyond the height of the site header...
559 $(".scroll-pane").removeAttr("tabindex"); // get rid of tabindex added by jscroller
561 if ($(".scroll-pane").length > 1) {
690 // Then figure out based on scroll position whether the header is visible
713 $scrollPanes = $(".scroll-pane");
755 * scroll performance while the header is still visible, because re-initializing the
756 * scroll panes is an intensive process.
780 var pane = $(".scroll-pane").each(function(){
785 $(".scroll-pane").removeAttr("tabindex"); // get rid of tabindex added by jscroller
815 /** Scroll the jScrollPane to make the currently selected item visible
827 if (selectedOffset + 90 > $nav.height()) { // add 90 so that we scroll up even
829 api.scrollTo(0, selectedOffset - ($nav.height() / 4), false); // scroll the item into view
1236 * scroll: direction to scroll in
1254 scroll: 1,
1310 return go(curr-o.scroll);
1317 return go(curr+o.scroll);
1340 go(curr+o.scroll);
1372 $( (curr-o.scroll<0 && o.btnPrev)
1374 (curr+o.scroll > itemLength && o.btnNext)
1438 * scroll: direction to scroll in