$(window).load(), а в$(document).ready()/bitrix/templates/t54_template/js/custom.js// Flexsliders
$(window).load(function(){
// Flexslider index banner
$('#mainslider').flexslider({
animation: "slide",
start: function(slider){
$('body').removeClass('loading');
}
}); history.pushState({}, 'Title', '#box'); подробнее - в гугле. $(document).ready(function(){
$('body').on('click', '#svg', function(){
alert('ok');
});
});