Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在网页中显示电子书,并希望能够在文档中创建书签。为此,A 想在视口中找到第一个可见元素并将其用作书签。使用 jquery 或纯 javascript 实现此目的的方法是什么?
有一个 jQuery 插件Viewport Selectors for jQuery。它可能正是你想要的。