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.
selected.js を使用して、ドロップダウン項目に画像を追加するにはどうすればよいですか?
background-image選択したリスト項目にa を設定することにより:
background-image
.chzn-results li { background: url('path/to/img.png') no-repeat 3px center; padding-left: 12px; }
それに応じてピクセル数を調整します。