セレクトボックスの検索もタグの補完入力もこれ一つでできる! BootstrapベースのjQueryプラグインSelect2 「Select2」はセレクトボックスに検索機能を付けたり、タグの補完(サジェスト)入力ができるBootstrapベースのjQueryプラグインです。 投稿日2013年05月14日 更新日2013年05月14日 準備 最初に「bootstrap」と「select2」のcss&jsと「jQuery」を読み込みます。 (bootstrapのcssは必須ではないです。) html <link href="css/bootstrap.min.css" rel="stylesheet"> <link href="css/select2.css" rel="stylesheet"> <script src="http://ajax.googleapis.com/ajax/libs/