jquery.popSelect.jsを使って、select要素のoptionをポップアップで選択・選択解除する方法をご紹介します。 select要素のoptionをポップアップで選択・選択解除するCSS記述 ※bootstrap.css、jquery.popSelect.cssファイルを読み込みます。select要素エリア(.service-box、.select-container、#example)のCSS記述です。必要に応じて変更して下さい。 <link rel="stylesheet" href="bootstrap.css"> <link rel="stylesheet" href="jquery.popSelect.css"> <style type="text/css"> body{ text-align: center; } h1{ text-align: center;