403Webshell
Server IP : 66.29.132.124  /  Your IP : 3.138.120.112
Web Server : LiteSpeed
System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : wavevlvu ( 1524)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/wavevlvu/tacafoundation.org/sacbradescolivelo/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/tacafoundation.org/sacbradescolivelo/js/banner.js
$(document).ready(function() {

    $('#carousel').flexslider({
        animation: "slide",
        // controlNav: false,
        animationLoop: false,
        directionNav: false,
        slideshow: true,
        itemWidth: 210,
        itemMargin: 5,
        asNavFor: '#slider'
    });

    $('#slider').flexslider({
        animation: "fade",
        slideshowSpeed: 4000,
        animationSpeed: 1000,
        // controlNav: false,
        animationLoop: true,
        directionNav: false,
        slideshow: true,
        sync: "#carousel",
        slideshowSpeed: 10500,
        start: function (flexslider) {
            changeTimer(flexslider);
        },
        after: function (flexslider) {
            changeTimer(flexslider);
        }
    });

    function changeTimer(flexslider) {
        $(".progress-bar").addClass("no-active");
        $(".bar_" + flexslider.currentSlide).removeClass("no-active");
        $(".no-active").children("div").remove();
        $(".bar_" + flexslider.currentSlide + ".flex-active-slide").loading();
    }

    $('.progress-bar').on('click', function () {
        $('.flexslider').flexslider(parseInt($(this).attr('data-slide')));
        $('.flexslider').flexslider("play");
    });

    // Inseri o texto no banner dinanmicamente
    var textBanner = document.querySelectorAll(".text__banner");

    for (var i = 0; i < textBanner.length; i++) {

        var e = textBanner[i];

        for (var j = 0; j < e.childElementCount; j++) {

            var title = e.children[j];
            if (title.classList.contains("title")) title.innerHTML = e.children[j].getAttribute('data-title');

            var descri_one = e.children[j];
            if (descri_one.classList.contains("descri_one")) descri_one.innerHTML = e.children[j].getAttribute('data-one');

            var descri_two = e.children[j];
            if (descri_two.classList.contains("descri_two")) descri_two.innerHTML = e.children[j].getAttribute('data-two');

            var button = e.children[j];
            if (button.classList.contains("button")) button.innerHTML = e.children[j].getAttribute('data-button');

        }

    }

});

Youez - 2016 - github.com/yon3zu
LinuXploit