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.
我正在通过 ajax 为地图加载元素。其中一些只有在您拖动(使用 jquery-ui)地图时才可见。(溢出:隐藏)有什么方法可以知道元素(div)现在是否在页面的可见部分中?
您可以获取$(window).height()and.width()并查看$('div').position().topand.left是否在其中。
$(window).height()
.width()
$('div').position().top
.left