| Server IP : 152.53.162.115 / Your IP : 216.73.217.85 Web Server : Apache/2 System : Linux host 6.12.0-55.40.1.el10_0.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Oct 21 05:54:51 EDT 2025 x86_64 User : pbshosting ( 1005) PHP Version : 8.3.30 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/pbshosting/domains/mangopeellive.com/public_html/js/ |
Upload File : |
(function($) { "use strict";
//Preloader
$(window).on('load', function(e) { // makes sure the whole site is loaded
$(".loader__figure").fadeOut(); // will first fade out the loading animation
$(".loader").delay(500).fadeOut("slow"); // will fade out the white DIV that covers the website.
})
/*! Popover */
// $('a.ticket-link').webuiPopover({
// url:'#ticket-wrap',
// width: 300,
// animation: 'pop',
// arrow: true
// });
$(document).ready(function() {
/*! Nicescroll */
$("#boxscroll-1").niceScroll("#boxscroll-in-1",{
cursorcolor:"#000",
cursoropacitymax:0.5,
cursorwidth: "6px",
cursorborder: "0px solid #fff",
dblclickzoom: false,
scrollspeed: 60,
mousescrollstep: 60,
autohidemode: false,
bouncescroll: false,
railpadding: { top: 20, right: 5, left: 0, bottom: 20 }
});
$("#boxscroll-2").niceScroll("#boxscroll-in-2",{
cursorcolor:"#000",
cursoropacitymax:0.5,
cursorwidth: "6px",
cursorborder: "0px solid #fff",
dblclickzoom: false,
scrollspeed: 60,
mousescrollstep: 60,
autohidemode: false,
bouncescroll: false,
railpadding: { top: 20, right: 5, left: 0, bottom: 20 }
});
$("#boxscroll-3").niceScroll("#boxscroll-in-3",{
cursorcolor:"#000",
cursoropacitymax:0.5,
cursorwidth: "6px",
cursorborder: "0px solid #fff",
dblclickzoom: false,
scrollspeed: 60,
mousescrollstep: 60,
autohidemode: false,
bouncescroll: false,
railpadding: { top: 20, right: 5, left: 0, bottom: 20 }
});
$("#boxscroll-4").niceScroll("#boxscroll-in-4",{
cursorcolor:"#000",
cursoropacitymax:0.5,
cursorwidth: "6px",
cursorborder: "0px solid #fff",
dblclickzoom: false,
scrollspeed: 60,
mousescrollstep: 60,
autohidemode: false,
bouncescroll: false,
railpadding: { top: 20, right: 5, left: 0, bottom: 20 }
});
$("#boxscroll-5").niceScroll("#boxscroll-in-5",{
cursorcolor:"#000",
cursoropacitymax:0.5,
cursorwidth: "6px",
cursorborder: "0px solid #fff",
dblclickzoom: false,
scrollspeed: 60,
mousescrollstep: 60,
autohidemode: false,
bouncescroll: false,
railpadding: { top: 20, right: 5, left: 0, bottom: 20 }
});
//Countdown
$('.countdown').downCount({
date: '06/26/2026 12:00:00'
}, function () {
//alert('WOOT WOOT, done!');
});
//Animated Icons
var options = {
duration: 150,
type: 'oneByOne',
animTimingFunction: Vivus.EASE
};
var vivus = new Vivus('svg-ticket', options, onComplete);
function onComplete() {}
});
})(jQuery);