chosen.jquery.jsを使ってselectボックスをユーザーに便利にカスタマイズして表示する方法をご紹介します。 selectボックスの内容を検索できるようにしたり、Multiple selectボックス(複数選択可)の内容を検索でき選択後の内容を見やすく表示させます。 selectボックスをユーザーに便利にカスタマイズして表示するCSSの記述 ※chosen.cssファイルを読み込みます。その他、必要に応じて変更して下さい。 <link rel="stylesheet" href="chosen.css"> <style> body { font-size: 16px; text-align: center; } h1{ text-align: center; font-size: 20px; line-height: 1.6em; padding: 20px 0 30px 0