ok

Mini Shell

Direktori : /home/importfo/public_html/chamundafurnitechindustry.in/assets/js/
Upload File :
Current File : //home/importfo/public_html/chamundafurnitechindustry.in/assets/js/all.js

'use strict', // Start of use strict
/* ---------------------------------------------
Portfolio mixItUp
 --------------------------------------------- */

$(function() {

    var filterList = {

        init: function() {

            // MixItUp plugin
            // http://mixitup.io
            $('#portfoliolist').mixItUp({
                selectors: {
                    target: '.portfolio',
                    filter: '.filter'
                },
                load: {
                    filter: '.app'
                }
            });

        }

    };

    // Run the show!
    filterList.init();


});

/* ---------------------------------------------
collapse
 --------------------------------------------- */

$('.closeall').on("click", function() {
    $('.panel-collapse.in')
        .collapse('hide');
});
$('.openall').on("click", function() {
    $('.panel-collapse:not(".in")')
        .collapse('show');
});




/* ---------------------------------------------
Preloader - Home page
 --------------------------------------------- */
    "use strict";
jQuery(window).on('load', function() {

    // will first fade out the loading animation
    jQuery("#status").fadeOut();
    // will fade out the whole DIV that covers the website.
    jQuery("#preloader").delay(500).fadeOut("slow");

})

Zerion Mini Shell 1.0