「Colorbox」でモーダルウィンドウを出すために
以下の記事を参考にしました。
https://illbenet.jp/view/js-colorbox_2
この記事を元に作成したのがこちらです。
https://yasaidemo.com/kokutai_hearing/1.html
クリックしてもなにも反応しません。
原因が分からなくて困っています。
ご教示頂ければ幸いです。
<!DOCTYPE html> <html lang="ja"> <head> <link rel="stylesheet" href="colorbox.css"> <script src="jquery.min.js"></script> <script src="jquery.colorbox-min.js"></script> <script> $('.trig-colorbox_inline').colorbox({ inline: true, opacity: 0.6, }); </script> </head> <body> <a class="trig-colorbox_inline" href="#colorbox_inline">ここをクリックするとモーダルを開きます</a> <div style="display: none;"> <div id="colorbox_inline"> <p>この文章をモーダルで表示します。</p> </div> </div> </body> </html>

回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2022/09/10 12:39