');
setTimeout(function(){
$(".t360__bar").addClass("t360__barprogress");
},10);
}
});
$(window).load(function() {
$(".t360__bar").removeClass("t360__barprogress");
$(".t360__bar").addClass("t360__barprogressfinished");
setTimeout(function(){
$(".t360__bar").addClass("t360__barprogresshidden");
},20);
setTimeout(function(){
$(".t360__progress").hide();
},500);
});
');
}
$(this).attr('placeholder','');
});
inputs.on("blur", function() {
if($(this).val() != ''){
$(this).addClass('t-input_has-content');
}else{
$(this).removeClass('t-input_has-content');
}
});
if(/iPhone|iPad|iPod/i.test(navigator.userAgent)){
el.find('textarea:not(.t-input_bbonly)').css('padding-left', '17px');
el.find('textarea.t-input_bbonly').css('text-indent', '-3px');
}
}
$(document).ready(function(){
setTimeout(function(){
t_animateInputs('131665780');
}, 500);
})