Link to details section that expands details section as well

好久不见. 提交于 2019-12-11 05:38:00

问题


Anyone use the <details> tag? I'm trying to create a link that takes the user to a details section and opens the previously closed details. Haven't found any solutions that work and aren't 5 years old.

<details><summary id="openThis">This is initially closed</summary>More words and stuff</details>

I'd like to create an anchor like this <a href="#openThis">Open Sesame</a> that also expands the details without the user having to click again. Any ideas welcome.

来源:https://stackoverflow.com/questions/43001591/link-to-details-section-that-expands-details-section-as-well

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!