Your IP : 216.73.216.91


Current Path : /var/www/html/tax/public/asset/js/
Upload File :
Current File : /var/www/html/tax/public/asset/js/scroll.js

$(document).ready(function(){
    $('.top').click(function () {
        $('html, body').animate({scrollTop:$(document).height()}, 'slow');
return false;
});
$('.bottom').click(function () {
    $('html, body').animate({scrollTop:0}, 'slow');
return false;
});
});