위 두개 안먹힘
요렇게 고치면 됨...ㅋㅋㅋㅋ
// Scroll bd.find('a.back_to').click(function(){ var t = $('html,body'); if(navigator.userAgent.toLowerCase().match(/trident/i)) var t = $('html,body'); t.animate({scrollTop:$($(this).attr('href')).offset().top},{duration:1000,specialEasing:{scrollTop:'easeInOutExpo'}}); return false; });