質問編集履歴
2
重複してる jQueryを削除したあとに表示されたエラーです
test
CHANGED
File without changes
|
test
CHANGED
@@ -679,3 +679,35 @@
|
|
679
679
|
at t (jquery.min.js:2)
|
680
680
|
|
681
681
|
```
|
682
|
+
|
683
|
+
|
684
|
+
|
685
|
+
<script src="http://code.jquery.com/jquery-1.11.3.min.js" type="text/javascript"></script>
|
686
|
+
|
687
|
+
を削除したあとにGoogleコンソールに出たエラーの追記↓
|
688
|
+
|
689
|
+
```
|
690
|
+
|
691
|
+
Uncaught Error: Syntax error, unrecognized expression: a[href^=#]
|
692
|
+
|
693
|
+
at Function.se.error (jquery.min.js:2)
|
694
|
+
|
695
|
+
at se.tokenize (jquery.min.js:2)
|
696
|
+
|
697
|
+
at se.select (jquery.min.js:2)
|
698
|
+
|
699
|
+
at Function.se [as find] (jquery.min.js:2)
|
700
|
+
|
701
|
+
at S.fn.init.find (jquery.min.js:2)
|
702
|
+
|
703
|
+
at new S.fn.init (jquery.min.js:2)
|
704
|
+
|
705
|
+
at S (jquery.min.js:2)
|
706
|
+
|
707
|
+
at HTMLDocument.<anonymous> ((index):37)
|
708
|
+
|
709
|
+
at e (jquery.min.js:2)
|
710
|
+
|
711
|
+
at t (jquery.min.js:2)
|
712
|
+
|
713
|
+
```
|
1
Googleブラウザコンソールに表示されてるエラーを追記しました
test
CHANGED
File without changes
|
test
CHANGED
@@ -645,3 +645,37 @@
|
|
645
645
|
</html>
|
646
646
|
|
647
647
|
```
|
648
|
+
|
649
|
+
|
650
|
+
|
651
|
+
Googleブラウザコンソールに表示されてるエラー追記
|
652
|
+
|
653
|
+
```
|
654
|
+
|
655
|
+
Mixed Content: The page at 'https://〇〇.com/' was loaded over HTTPS, but requested an insecure script 'http://code.jquery.com/jquery-1.11.3.min.js'. This request has been blocked; the content must be served over HTTPS.
|
656
|
+
|
657
|
+
on_content_end.js:54 on_content_end ==>response to loadPagePattern, href=https://〇〇.com/, pattern.id=undefined
|
658
|
+
|
659
|
+
jquery.min.js:2 Uncaught Error: Syntax error, unrecognized expression: a[href^=#]
|
660
|
+
|
661
|
+
at Function.se.error (jquery.min.js:2)
|
662
|
+
|
663
|
+
at se.tokenize (jquery.min.js:2)
|
664
|
+
|
665
|
+
at se.select (jquery.min.js:2)
|
666
|
+
|
667
|
+
at Function.se [as find] (jquery.min.js:2)
|
668
|
+
|
669
|
+
at S.fn.init.find (jquery.min.js:2)
|
670
|
+
|
671
|
+
at new S.fn.init (jquery.min.js:2)
|
672
|
+
|
673
|
+
at S (jquery.min.js:2)
|
674
|
+
|
675
|
+
at HTMLDocument.<anonymous> ((index):39)
|
676
|
+
|
677
|
+
at e (jquery.min.js:2)
|
678
|
+
|
679
|
+
at t (jquery.min.js:2)
|
680
|
+
|
681
|
+
```
|