Server : Apache System : Linux server1.cgrithy.com 3.10.0-1160.95.1.el7.x86_64 #1 SMP Mon Jul 24 13:59:37 UTC 2023 x86_64 User : nobody ( 99) PHP Version : 8.1.23 Disable Function : NONE Directory : /home/dnlcambodia/www/Documentation/js/ |
(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);