6
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Cloud9上でjQueryが動かなかった

Posted at

新規サイトでD&Dでの並び替えを使いたくて自記事をコピペして楽勝("´∀`)bグッ!とか思ったのに動かない。

なんでーーー?!と思ったけどF12でみたら以下のエラー。

Mixed Content: The page at 'https://~~' was loaded over HTTPS, but requested an insecure script 'http://code.jquery.com/jquery-1.8.3.min.js'. This request has been blocked; the content must be served over HTTPS.

要するにhttpsからhttpにリクエスト飛ばすとか危ないからブロックしといたぜ!( ー`дー´)キリッ
みたいなことらしい。

jQueryさんがhttps対応してないことなんてないよね♪
ってことで単純にhttpsに書き換えたらあっさり解決しましたw

6
2
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
6
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?