/** * Engine Preloader Page * */ (function($, undefined){ if (show_preloader == 'show') { if (show_ajax_load == 'hide') { $('#preloader').show() //start animation bar var t = 0; function ani_step2(){ var step = ~~(0.5,Math.random()*25) step = t>85?1:step t = t+step<100?t+step:100 $('#persent-loader').html(t+'%') $('#progress-line').width(t+'%') if(t<100) { setTimeout(ani_step2, 40) } else { $('#preloader').animate({width: 'hide'}, 200, function() {/*add + 100% and complete*/} ); } } ani_step2() //end animation bar } } jQuery(document).ready(function(){ function ChangeContentNow(a){ $('style[data-type="vc_shortcodes-custom-css"]').html($("