Your IP : 172.70.127.68


Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/templates/leadgen_2/js/
Upload File :
Current File : /var/www/element/data/www/revenuestory.ru/bitrix/templates/leadgen_2/js/custom.js

$(function(){
    $.fn.scrollToTop=function(){
        var scrollDiv=$(this);        
        $(this).click(function(){
            $("html, body").animate({scrollTop:0},"slow");
            $('#register_form [name=user_name]').focus();
        });
        
    }
});
$(function() {
    $("#to_top").scrollToTop();
});