728x90

var iOS = ( navigator.userAgent.match(/(iPad|iPhone|iPod)/g) ? true : false );

$(document).on('click touchstart', '.backtotop', function() {
    if (iOS) {
        $('html, body', parent.document).animate({ scrollTop: $("body").offset().top},1500,"easeOutQuart");
    } else {
        $('html, body').animate({ scrollTop: $("body").offset().top},1500,"easeOutQuart");
    }
});

'모바일' 카테고리의 다른 글

HTTP 에러 정리  (0) 2011.11.03
무료 공짜 어플 받아요  (0) 2010.08.27

+ Recent posts