How to scroll to top of scrollable div ?

How to scroll to top of scrollable div ?

BY 10 Aug 2013 Web Application Development

Hi,

 

I have a scrollable div like :

<div data-scroll="y" id="wrapper">blablabla scrollable content.</div>  

It works well.

But latter in my javascript code I want to make it scroll back to top depending on a certain user action.
I tried both

$("#wrapper .ui-scrollview-view").scrollTop(0);

and

$("#wrapper").scrollTop(0);

but none is working…

What is the corect way to make it scroll to top ?

Regards

Jean-Philippe

Written by