文件操作 - jquery.backtotop.js
返回文件管理
返回主菜单
删除本文件
文件: /home/tecnoht/public_html/abcarpenteria--com/js/jquery.backtotop.js
编辑文件内容
/* Template Name: Gravity Author: <a href="http://www.os-templates.com/">OS Templates</a> Author URI: http://www.os-templates.com/ Licence: Free to use under our free template licence terms Licence URI: http://www.os-templates.com/template-terms File: Back to Top JS */ jQuery("#backtotop").click(function () { jQuery("body,html").animate({ scrollTop: 0 }, 600); }); jQuery(window).scroll(function () { if (jQuery(window).scrollTop() > 150) { jQuery("#backtotop").addClass("visible"); } else { jQuery("#backtotop").removeClass("visible"); } });
修改文件时间
将文件时间修改为当前时间的前一年
删除文件