質問編集履歴

3

追加

2018/10/03 10:05

投稿

okama
okama

スコア22

test CHANGED
File without changes
test CHANGED
@@ -37,3 +37,11 @@
37
37
  $.cookie is not a function. (In '$.cookie('id', 'test25')', '$.cookie' is undefined)
38
38
 
39
39
  ```
40
+
41
+ ### 試したこと
42
+
43
+
44
+
45
+ $.cookie('id', 'test25');
46
+
47
+ console.log(document.cookie);

2

追加

2018/10/03 10:05

投稿

okama
okama

スコア22

test CHANGED
File without changes
test CHANGED
@@ -24,7 +24,11 @@
24
24
 
25
25
 
26
26
 
27
+ このページに来たら
27
28
 
29
+ 名前=id, 値=test25
30
+
31
+ をつけてあげるという風にしたいです。
28
32
 
29
33
 
30
34
 

1

誤字

2018/10/03 09:53

投稿

okama
okama

スコア22

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  <script type="text/javascript">
12
12
 
13
- $.cookie('id', 'finish25');
13
+ $.cookie('id', 'test25');
14
14
 
15
15
  </script>
16
16
 
@@ -30,6 +30,6 @@
30
30
 
31
31
  ```
32
32
 
33
- $.cookie is not a function. (In '$.cookie('id', 'finish25')', '$.cookie' is undefined)
33
+ $.cookie is not a function. (In '$.cookie('id', 'test25')', '$.cookie' is undefined)
34
34
 
35
35
  ```