/
home2
/
dfn159egy357
/
public_html
/
js
/
Upload File
HOME
$(document).ready(function(){ $('.carousel').carousel({interval:10000}); }); //Page loading $(window).load(function(){ // Show The Scroll $("body").css("overflow","auto"); // Loading Elements $(".loading .sk-cube-grid").fadeOut(1000,function(){ $(this).parent().fadeOut(1000,function(){ $(this).remove(); }) }) })