Thursday, March 31, 2011

Scroll to Bottom of Page

Scroll To Bottom


<script type="text/javascript"
    src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js">
    </script>
     <script type="text/javascript" language="javascript">
         $(function () {
             $('#scrlBotm').click(function () {
                 $('html, body').animate({
                 },
                 1500);
                 return false;
             });
         });
    </script>




    <a id="scrlBotm" href="#">Scroll to Bottom</a> 
    <div style="height:5px"></div>


     **!!!ENJOY!!!**

No comments:

Post a Comment