D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
diafrica
/
spre.dominicaninstitute.edu.ng
/
doc
/
js
/
Filename :
script.js
back
Copy
(function($) { "use strict"; //Add OnepageNav / Sidebar function sideNav() { if($('.menu-box .sticky-menu').length){ $('.menu-box .sticky-menu ul').onePageNav(); } } //Add Scroll Bar To Sidebar if($('#sidebar .menu-box').length){ $("#sidebar .menu-box").mCustomScrollbar({ axis:"y", autoExpandScrollbar:false }); } //animate to top on Page Refresh $('html, body').animate({ scrollTop: $('html, body').offset().top }, 1000); /* ========================================================================== When document is ready, do ========================================================================== */ $(document).on('ready', function() { sideNav(); }); })(window.jQuery);