Expanding a hidden div by referring with an anchor from external page

前端 未结 3 1620
暖寄归人
暖寄归人 2021-01-22 12:02

I have a script which hides (display:none) certain divs in the list on page load. Div contents represents description of a book, and the whole list is some sort of bibliography.

3条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-22 12:35

    Thank you! I figured out you can add this

    location.href = '#' + id;
    

    and also have the page scrolled to the position of the referred div.

提交回复
热议问题