LoginSignup
0
0

More than 5 years have passed since last update.

HTML,CSS勉強メモ#24 〜相変わらずpopover〜

Posted at

帰ってきましたが、相変わらず'popover'でハマってます。
更に、いじっていたら出なくなってたUncaught〜のエラーもまた出てくる様になってしまって…どっぷりハマってしまいました。

Chromeの開発者ツールで調べているのですが、どうもjQueryあたりが怪しい気がするのですが…
兎にも角にもまずこのエラーを解読しない事にはさっぱりです⤵︎
ひとまず整理のために出てるエラーを書き出しておきます。

Atomに出てくるエラー

Uncaught TypeError: Failed to execute 'item' on 'HTMLCollection': 1 argument required, but only 0 present.

実行に失敗しました:1つの引数が必要ですが、現在0です?

デベロッパーツールに出てくるエラー

1.`bootstrap.min.js:6 Uncaught Error: Bootstrap's JavaScript requires jQuery

jQuery.min.jsのStatusには304のエラーも出てます。
・new Error("Bootstrap's JavaScript requires jQuery version 1.9.1 or higher, but lower than version 3

2.index.html:116 Uncaught TypeError: $(...).tooltip is not a function

jQueryのバージョンが古いとか、tooltipは関数じゃないとか?
いまいちよくわからないです・・・
一つ一つ読み解いていくしかないですね。
まだしばらく時間がかかりそうです。

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