LoginSignup
0
0

bootstrapでモーダルウィンドウを実装する

Posted at

結論

下記のサンプルコードに従ってモーダルウィンドウを実装することができます。

使用バージョン

  • bootstrap 4.4.1
  • jquery 3.4.1.slim

注意事項

javascriptに各ライブラリをインポートする必要があります。このとき、インポートする順番は

  1. jquery
  2. bootstrap

にする必要があります。

サンプルコード

See the Pen Untitled by kabuto64425 (@kabuto64425) on CodePen.

以上です。

参考

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0