Runtime module for bibliography citation hover tooltips and click-to-scroll.
Sets up delegated mouseenter/mouseleave event listeners on the root
element to detect hover over a.bibcite links. On hover, a Wikidot-style
tooltip is built from the corresponding bibliography entry and displayed
near the citation link.
DOM interactions:
Listens for mouseenter (capture) on a.bibcite links to show tooltip
Listens for mouseleave (capture) on a.bibcite links to hide tooltip
Queries #bibitem-{N} elements to build tooltip content
The destroy() cleanup function removes both event listeners.
Runtime module for bibliography citation hover tooltips and click-to-scroll.
Sets up delegated
mouseenter/mouseleaveevent listeners on the root element to detect hover overa.bibcitelinks. On hover, a Wikidot-style tooltip is built from the corresponding bibliography entry and displayed near the citation link.DOM interactions:
mouseenter(capture) ona.bibcitelinks to show tooltipmouseleave(capture) ona.bibcitelinks to hide tooltip#bibitem-{N}elements to build tooltip contentThe
destroy()cleanup function removes both event listeners.