Home | History | Annotate | Download | only in js

Lines Matching refs:scroll

64   $('.scroll-pane').jScrollPane( {verticalGutter:0} );
382 $(".scroll-pane").scroll(function(event) {
405 var prevScrollLeft = 0; // used to compare current position to previous position of horiz scroll
406 $(window).scroll(function(event) {
409 // Dump scroll event if the target is a DIV, because that means the event is coming
419 // we set the navbar fixed when the scroll position is beyond the height of the site header...
538 $(".scroll-pane").removeAttr("tabindex"); // get rid of tabindex added by jscroller
540 if ($(".scroll-pane").length > 1) {
687 // Then figure out based on scroll position whether the header is visible
710 $scrollPanes = $(".scroll-pane");
752 * scroll performance while the header is still visible, because re-initializing the
753 * scroll panes is an intensive process.
777 var pane = $(".scroll-pane").each(function(){
782 $(".scroll-pane").removeAttr("tabindex"); // get rid of tabindex added by jscroller
812 /** Scroll the jScrollPane to make the currently selected item visible
824 if (selectedOffset + 90 > $nav.height()) { // add 90 so that we scroll up even
826 api.scrollTo(0, selectedOffset - ($nav.height() / 4), false); // scroll the item into view
1197 * scroll: direction to scroll in
1215 scroll: 1,
1271 return go(curr-o.scroll);
1278 return go(curr+o.scroll);
1301 go(curr+o.scroll);
1333 $( (curr-o.scroll<0 && o.btnPrev)
1335 (curr+o.scroll > itemLength && o.btnNext)
1399 * scroll: direction to scroll in