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 调用延迟加载的 YUI (2.8.x) MenuButton。我没有做任何特别的事情来限制一次可见的项目数量。当项目第一次加载时,它们都是可见的,即使页面必须扩展以适应它们,但是每次你在之后显示它时,菜单的大小都会限制在视口中,你会得到向上/向下滚动箭头. 有没有办法强制第一次点击该行为?
作为一种解决方法,我只是hide()然后show()它。这显然不是最理想的,但至少用户体验要好一些。
hide()
show()