質問するログイン新規登録

回答編集履歴

1

調整

2018/07/10 06:27

投稿

yambejp
yambejp

スコア118110

answer CHANGED
@@ -1,5 +1,7 @@
1
1
  ```javascript
2
2
  $(function () {
3
+ $(".dis").filter(function(){
3
- $(".dis").filter(function(){return $(this).find('.place').text()==0;}).hide();
4
+ return $(this).find('.place').text()==0;
5
+ }).hide();
4
6
  });
5
7
  ```