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... }