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.
默认情况下,使用 jquery 选择会在下拉自动完成中默认显示大约 9 个结果。我想将此数字减少到 4 个结果..
我怎么做?
这是所选项目的链接..
http://harvesthq.github.com/chosen/
没关系,经过一番探索,我想通了...
在 selected.css 中更改此 CSS:
.chzn-container .chzn-results { max-height: 100px; #100px used to be 240px... }