/** * File aeonblog. * @package AeonBlog * @author AeonWP * @copyright Copyright (c) 2019, AeonWP * @link https://aeonwp.com/aeonblog * @license http://www.gnu.org/licenses/gpl-2.0.html */ !function($){"use strict";jQuery(window).scroll((function($){jQuery(this).scrollTop()>100?(jQuery(".go-to-top").addClass("gotop"),jQuery(".go-to-top").fadeIn()):jQuery(".go-to-top").fadeOut()})),jQuery(".go-to-top").click((function($){return jQuery("html, body").animate({scrollTop:0},800),!1}))}(jQuery);