回答編集履歴

1

jQuery(document).ready(function () {})をどうせなら質問者が知っている$(function() {})に書き換え

2020/09/08 09:33

投稿

storm3
storm3

スコア330

test CHANGED
@@ -42,7 +42,7 @@
42
42
 
43
43
  <script type="text/javascript">
44
44
 
45
- jQuery(document).ready(function () {
45
+ $(function() {
46
46
 
47
47
  var hash = document.location.hash;
48
48