Server IP : 103.118.17.23 / Your IP : 216.73.216.188 Web Server : Microsoft-IIS/10.0 System : Windows NT RESELLERPLESK22 10.0 build 20348 (Windows Server 2016) AMD64 User : IWAM_plesk(default) ( 0) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : E:/Inetpub/vhosts/mesa.org.in/httpdocs/js/plugins/parallax/ |
Upload File : |
(function ($) { $.KyHtml = function () { /* Setup vars */ var doc = $(document), __touch = ((typeof Modernizr === 'object' && Modernizr.touchevents) || false), isMobile = (__touch && window.matchMedia("(max-width: 1024px)").matches); this.init = function () { this.parallaxInit(doc); }; this.parallaxInit = function (context) { if (typeof($.fn.KyHtmlParallax) !== 'undefined' && !isMobile) { var $element = $(".js-KyHtmlParallax", context); if ($element && $element.length > 0) { $element.KyHtmlParallax(); } } }; }; /*@dev: For later usage if needed */ $(function () { $.KyHtmlInstance = new $.KyHtml(); //#! Initialize $.KyHtmlInstance.init(); }); })(jQuery);