2019-04-04から1日間の記事一覧

【Bootstrap3】ボタンでモーダルダイアログを呼び出す方法!

Bootrap3で簡単なモーダル処理の記述と説明をしていきます! 最後に記述しているソースコードのサンプルを実行できるのでお試しを!htmlソースコード <button type="button" class="btn btn-primary btn-lg" data-toggle="modal" data-target="#sampleModal"> モーダル・ダイアログ 呼び出し </button> <div class="modal fade" id="sampleModal" tabindex="-1"> </div>