Scroll HTML text
<div data-role="content" id="top"> <!-- anchor to scroll top-->
<a href="#Anchor" id="anchor1" class="anchorlink">Your anchor text</a>
<a name="Anchor" id="Anchor"></a>
<div>The Div to scroll to</div>
<a class="top" data-ajax="false" data-role="button" href="#top">TOP</a>