回答編集履歴
1
調整
answer
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
```javascript
|
2
2
|
$(function () {
|
3
|
+
$(".dis").filter(function(){
|
3
|
-
|
4
|
+
return $(this).find('.place').text()==0;
|
5
|
+
}).hide();
|
4
6
|
});
|
5
7
|
```
|