Javascript to make the page jump to a specific location

后端 未结 8 554
悲哀的现实
悲哀的现实 2020-12-13 15:09

I there a way in javascript to make the page jump to a specific location on the page, such as


         


        
8条回答
  •  醉话见心
    2020-12-13 15:48

    The rough sketch illustrates using the id attribute in element section to jump to different parts of the page using the anchor in navigation. That is, in your navigation:

     
  • 
        
        
            Go to section
            
        
        
            
        

提交回复
热议问题