質問編集履歴
2
タグ追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -128,4 +128,16 @@
|
|
128
128
|
|
129
129
|
|
130
130
|
|
131
|
-
```
|
131
|
+
```
|
132
|
+
|
133
|
+
|
134
|
+
|
135
|
+
```
|
136
|
+
|
137
|
+
.done(function (data)
|
138
|
+
{
|
139
|
+
$this.empty();
|
140
|
+
$this.append('<i class="fas fa-heart">').val(data);
|
141
|
+
});
|
142
|
+
```
|
143
|
+
これで表示は切り替えれるのですが、データが反映されないので、再度押しても反応を得られません!
|
1
タグ追加
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|