$(window).on('load', function () { if ($('.selectDashboard').val() == undefined) { $("#loader").fadeOut("slow"); setTimeout(function () { $("#loader").remove(); }, 500); $(this).trigger('resize'); } /**POSICIONA BARRA DE ROLAGEM AO LINK ACIONADO*/ if ($('a[a-link="' + GetLS('page') + '"]').length) { setTimeout(function () { $('*[id="LeftMenu"]').animate({ scrollTop: $('a[a-link="' + GetLS('page') + '"]').offset().top + 700 }, 'slow'); }, 1000); } });