回答編集履歴

1

調整

2018/07/10 06:27

投稿

yambejp
yambejp

スコア114784

test CHANGED
@@ -2,7 +2,11 @@
2
2
 
3
3
  $(function () {
4
4
 
5
+ $(".dis").filter(function(){
6
+
5
- $(".dis").filter(function(){return $(this).find('.place').text()==0;}).hide();
7
+ return $(this).find('.place').text()==0;
8
+
9
+ }).hide();
6
10
 
7
11
  });
8
12