$(document).ready(function () {
    $("html").queryLoader2({
        percentage: true,
        barHeight: 0
       
    });
});

/*
window.addEventListener('DOMContentLoaded',function() {
    $("body").queryLoader2({

        percentage: true,
        barHeight: 0,
        
    });
});
*/
