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 コンボボックス オートコンプリート UI を使用して、ページにいくつかのドロップダウン ボックスがあります。コンボボックスの幅を特定のドロップダウン ボックスにリセットしたいと思います。どうすればこれを行うことができますか?
リンク jquery.ui.css の後にこのスタイルを使用します。
.ui-autocomplete{ max-width:200px; }