Home | History | Annotate | Download | only in js

Lines Matching refs:Scroll

28   $('.scroll-pane').jScrollPane( {verticalGutter:0} );
286 $(".scroll-pane").scroll(function(event) {
309 var prevScrollLeft = 0; // used to compare current position to previous position of horiz scroll
310 $(window).scroll(function(event) {
313 // Dump scroll event if the target is a DIV, because that means the event is coming
436 $(".scroll-pane").removeAttr("tabindex"); // get rid of tabindex added by jscroller
438 if ($(".scroll-pane").length > 1) {
568 // Then figure out based on scroll position whether the header is visible
591 $scrollPanes = $(".scroll-pane");
633 * scroll performance while the header is still visible, because re-initializing the
634 * scroll panes is an intensive process.
658 var pane = $(".scroll-pane").each(function(){
663 $(".scroll-pane").removeAttr("tabindex"); // get rid of tabindex added by jscroller
693 /** Scroll the jScrollPane to make the currently selected item visible
705 if (selectedOffset + 90 > $nav.height()) { // add 90 so that we scroll up even
707 api.scrollTo(0, selectedOffset - ($nav.height() / 4), false); // scroll the item into view
1110 * scroll: direction to scroll in
1127 scroll: 1,
1183 return go(curr-o.scroll);
1190 return go(curr+o.scroll);
1202 go(curr+o.scroll);
1228 $( (curr-o.scroll<0 && o.btnPrev)
1230 (curr+o.scroll > itemLength && o.btnNext)
1294 * scroll: direction to scroll in