質問編集履歴
1
javascriptの追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -95,3 +95,19 @@
|
|
95
95
|
</div>
|
96
96
|
|
97
97
|
```
|
98
|
+
|
99
|
+
|
100
|
+
|
101
|
+
```javascript
|
102
|
+
|
103
|
+
$(function() {
|
104
|
+
|
105
|
+
$('#star1').raty({
|
106
|
+
|
107
|
+
path: '/static/raty-image/',
|
108
|
+
|
109
|
+
});
|
110
|
+
|
111
|
+
});
|
112
|
+
|
113
|
+
```
|