I am working on a mobile hybrid application.
In my html page, I have 3 tabs. When clicking a tab, the content of the scrollable div gets changed. My problem is when I sc
It is easy
document.getElementById('test').scrollTop =0;