Server IP : 202.29.229.35 / Your IP : 3.134.105.196 Web Server : Apache System : Linux aapanel2 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 User : www ( 1001) PHP Version : 5.5.38 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /www/wwwroot/www.ivecr2.ac.th/research/js/ |
Upload File : |
function initializeJS() { //tool tips jQuery('.tooltips').tooltip(); //popovers jQuery('.popovers').popover(); //custom scrollbar //for html //jQuery("html").niceScroll({styler:"fb",cursorcolor:"#007AFF", cursorwidth: '6', cursorborderradius: '10px', background: '#F7F7F7', cursorborder: '', zindex: '1000'}); //for sidebar //jQuery("#sidebar").niceScroll({styler:"fb",cursorcolor:"#007AFF", cursorwidth: '3', cursorborderradius: '10px', background: '#F7F7F7', cursorborder: ''}); // for scroll panel //jQuery(".scroll-panel").niceScroll({styler:"fb",cursorcolor:"#007AFF", cursorwidth: '3', cursorborderradius: '10px', background: '#F7F7F7', cursorborder: ''}); //sidebar dropdown menu jQuery('#sidebar .sub-menu > a').click(function () { var last = jQuery('.sub-menu.open', jQuery('#sidebar')); jQuery('.menu-arrow').removeClass('arrow_carrot-right'); jQuery('.sub', last).slideUp(200); var sub = jQuery(this).next(); if (sub.is(":visible")) { jQuery('.menu-arrow').addClass('arrow_carrot-right'); sub.slideUp(200); } else { jQuery('.menu-arrow').addClass('arrow_carrot-down'); sub.slideDown(200); } var o = (jQuery(this).offset()); diff = 200 - o.top; if(diff>0) jQuery("#sidebar").scrollTo("-="+Math.abs(diff),500); else jQuery("#sidebar").scrollTo("+="+Math.abs(diff),500); }); // sidebar menu toggle jQuery(function() { function responsiveView() { var wSize = jQuery(window).width(); if (wSize <= 768) { jQuery('#container').addClass('sidebar-close'); jQuery('#sidebar > ul').hide(); } if (wSize > 768) { jQuery('#container').removeClass('sidebar-close'); jQuery('#sidebar > ul').show(); } } jQuery(window).on('load', responsiveView); jQuery(window).on('resize', responsiveView); }); jQuery('.toggle-nav').click(function () { if (jQuery('#sidebar > ul').is(":visible") === true) { jQuery('#main-content').css({ 'margin-left': '0px' }); jQuery('#sidebar').css({ 'margin-left': '-220px' }); jQuery('#sidebar > ul').hide(); jQuery("#container").addClass("sidebar-closed"); } else { jQuery('#main-content').css({ 'margin-left': '220px' }); jQuery('#sidebar > ul').show(); jQuery('#sidebar').css({ 'margin-left': '0' }); jQuery("#container").removeClass("sidebar-closed"); } }); //bar chart if (jQuery(".custom-custom-bar-chart")) { jQuery(".bar").each(function () { var i = jQuery(this).find(".value").html(); jQuery(this).find(".value").html(""); jQuery(this).find(".value").animate({ height: i }, 2000) }) } } jQuery(document).ready(function(){ initializeJS(); });