using jquery.
how know if it's scrolled middle? top? bottom?
you can use element's scrollleft
, scrolltop
, scrollwidth
, scrollheight
properties find out status of element's scrolling.
using jquery.
how know if it's scrolled middle? top? bottom?
you can use element's scrollleft
, scrolltop
, scrollwidth
, scrollheight
properties find out status of element's scrolling.
Comments
Post a Comment