Is there any way to bookmark or link to a section of a page without an anchor?

前端 未结 6 1554
情话喂你
情话喂你 2020-12-01 06:29

Is there any way to bookmark or link to an HTML page (which I am not author of) without having an anchor in the html code ?

I want the page to get scrolled down to a

6条回答
  •  情深已故
    2020-12-01 06:46

    If everything else fails, you can use get the query from the window.location, use jQuery to get the DOM element, ask for it's position and scrollTop to move there (see jQuery scroll to element)

提交回复
热议问题