页面定位个人笔记

阅读更多

 $('.mCSB_container').css('top', '-390px');

         document.getElementById('tips-btn').mCustomScrollbar("scrollTo","left",{

              callbacks:false

         });

        document.getElementById('digg_bottom').scrollIntoView()

              window.scrollTo(0,2000)

            var hash;

          hash = (!window.location.hash)?"#tips-btn":window.location.hash;

         window.location.hash = hash;

           window.location.hash="#digg_bottom";

           document.getElementById('digg_bottom').scrollFix()

你可能感兴趣的:(页面定位,web定位)