Server IP : 162.214.80.37 / Your IP : 216.73.216.1 Web Server : Apache System : Linux sh013.webhostingservices.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : imyrqtmy ( 2189) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home2/imyrqtmy/public_html/skyispatudyog/sym/Users/0-imyrqtmy/zugadu/AdminPanel/assets/js/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
/* Template Name: Agroxa - Responsive Bootstrap 4 Admin Dashboard Author: Themesbrand Website: www.themesbrand.com File: Main js */ !function($) { "use strict"; var MainApp = function() {}; MainApp.prototype.intSlimscrollmenu = function () { $('.slimscroll-menu').slimscroll({ height: 'auto', position: 'right', size: "7px", color: '#9ea5ab', wheelStep: 5, touchScrollStep: 50 }); }, MainApp.prototype.initSlimscroll = function () { $('.slimscroll').slimscroll({ height: 'auto', position: 'right', size: "5px", color: '#9ea5ab', touchScrollStep: 50 }); }, MainApp.prototype.initMetisMenu = function () { //metis menu $("#side-menu").metisMenu(); }, MainApp.prototype.initLeftMenuCollapse = function () { // Left menu collapse $('.button-menu-mobile').on('click', function (event) { event.preventDefault(); $("body").toggleClass("enlarged"); }); }, MainApp.prototype.initEnlarge = function () { if ($(window).width() < 1025) { $('body').addClass('enlarged'); } else { if ($('body').data('keep-enlarged') != true) $('body').removeClass('enlarged'); } }, MainApp.prototype.initActiveMenu = function () { // === following js will activate the menu in left side bar based on url ==== $("#sidebar-menu a").each(function () { var pageUrl = window.location.href.split(/[?#]/)[0]; if (this.href == pageUrl) { $(this).addClass("active"); $(this).parent().addClass("active"); // add active to li of the current link $(this).parent().parent().addClass("in"); $(this).parent().parent().prev().addClass("active"); // add active class to an anchor $(this).parent().parent().parent().addClass("active"); $(this).parent().parent().parent().parent().addClass("in"); // add active to li of the current link $(this).parent().parent().parent().parent().parent().addClass("active"); } }); }, MainApp.prototype.initComponents = function () { $('[data-toggle="tooltip"]').tooltip(); $('[data-toggle="popover"]').popover(); }, MainApp.prototype.initHeaderCharts = function () { $('#header-chart-1').sparkline([8, 6, 4, 7, 10, 12, 7, 4, 9, 12, 13, 11, 12], { type: 'bar', height: '35', barWidth: '5', barSpacing: '3', barColor: '#f16c69' }); $('#header-chart-2').sparkline([8, 6, 4, 7, 10, 12, 7, 4, 9, 12, 13, 11, 12], { type: 'bar', height: '35', barWidth: '5', barSpacing: '3', barColor: '#28bbe3' }); }, MainApp.prototype.init = function () { this.intSlimscrollmenu(); this.initSlimscroll(); this.initMetisMenu(); this.initLeftMenuCollapse(); this.initEnlarge(); this.initActiveMenu(); this.initComponents(); this.initHeaderCharts(); Waves.init(); }, //init $.MainApp = new MainApp, $.MainApp.Constructor = MainApp }(window.jQuery), //initializing function ($) { "use strict"; $.MainApp.init(); }(window.jQuery);