Bootstrap 3 Skeleton
This is a simple Bootstrap skeleton. You can fork it to get a ready to use Bootstrap fiddle.
by Ehsan Sajjad
HTML
<script src="http://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.0/bootstrap.min.js"></script>
<div id="div" style="max-height:200px;overflow:auto">
<h1>sdfsdf</h1>
<h1>sdfsdf</h1>
<h1>sdfsdf</h1>
<h1>sdfsdf</h1>
<h1>sdfsdf</h1>
<h1>sdfsdf</h1>
<h1>sdfsdf</h1>
<h1>sdfsdf</h1>
<h1>sdfsdf</h1>
<h1>sdfsdf</h1>
<h1>sdfsdf</h1>
<h1>sdfsdf</h1>
<h1>sdfsdf</h1>
<h1>sdfsdf</h1>
<h1>sdfsdf</h1>
<h1>sdfsdf</h1>
<h1>sdfsdf</h1>
<h1>sdfsdf</h1>
<h1>sdfsdf</h1>
</div>
<input id="btn" type="button" value="top" />
JavaScript
$("#btn").click(function () {
$("#div").animate({
scrollTop: 0
}), '500',
function () {} // callback method use this space how you like);
});