| jquery Programming Glossary: oviewportAutomatically scroll to bottom of div using Tiny Scrollbar http://stackoverflow.com/questions/5755716/automatically-scroll-to-bottom-of-div-using-tiny-scrollbar  root options var oSelf this var oWrapper root var oViewport obj '.viewport' root var oContent obj '.overview' root var oScrollbar.. setEvents return oSelf this.update function bKeepScroll  oViewport options.axis oViewport.obj 0 'offset' sSize oContent options.axis.. this.update function bKeepScroll  oViewport options.axis oViewport.obj 0 'offset' sSize oContent options.axis oContent.obj 0 'scroll'.. 
 Automatically scroll to bottom of div using Tiny Scrollbar http://stackoverflow.com/questions/5755716/automatically-scroll-to-bottom-of-div-using-tiny-scrollbar  this options  return .extend this oElement function Scrollbar root options var oSelf this var oWrapper root var oViewport obj '.viewport' root var oContent obj '.overview' root var oScrollbar obj '.scrollbar' root var oTrack obj '.track' oScrollbar.obj.. start 0 now 0 iMouse function initialize oSelf.update setEvents return oSelf this.update function bKeepScroll  oViewport options.axis oViewport.obj 0 'offset' sSize oContent options.axis oContent.obj 0 'scroll' sSize oContent.ratio oViewport.. function initialize oSelf.update setEvents return oSelf this.update function bKeepScroll  oViewport options.axis oViewport.obj 0 'offset' sSize oContent options.axis oContent.obj 0 'scroll' sSize oContent.ratio oViewport options.axis oContent.. 
 |