Ramesh Kithsiri HettiArachchi
Results
1
issues of
Ramesh Kithsiri HettiArachchi
I want to start the scrollbar from bottom and prepending data when user scrolled to top. ``` { onInit: function(){ $('.scroll-Element').scrollTop(100000); }, onScroll: function(y,x){ if(y.scroll==0&&y.maxScroll>0){ // Loading data and prepending...