回答編集履歴
1
修正
answer
CHANGED
@@ -1,3 +1,3 @@
|
|
1
1
|
```javascript
|
2
|
-
var opts = $('
|
2
|
+
var opts = $('#test option');
|
3
3
|
```
|