【问题标题】:Show <div> when entering into that div alone单独进入该 div 时显示 <div> 【发布时间】:2014-09-14 10:24:33 【问题描述】: 我需要 j 查询方面的帮助。我只想在浏览器中滚动滚动条时显示 4 个 div 元素(div1、div2、div3、div4)。我怎样才能做到这一点?请帮忙。 【问题讨论】: 检查jquery .scroll()函数结合.show()。 标签: javascript jquery html css asp.net 【解决方案1】: 查看此链接: jQuery scroll() detect when user stops scrolling http://james.padolsey.com/javascript/special-scroll-events-for-jquery/ http://james.padolsey.com/demos/scrollevents/ 编辑:还有这个 [jsfiddle sample][1] 【讨论】: