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.
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.