| Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/templates/leadgen_2/js/ |
| 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();
});