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

回答編集履歴

1

調整

2017/09/28 04:09

投稿

yambejp
yambejp

スコア117892

answer CHANGED
@@ -14,7 +14,7 @@
14
14
  $(this).addClass('active').siblings().removeClass('active');
15
15
  $('.pdf_btn a').removeClass('dl_active').eq(idx).addClass('dl_active');
16
16
  $('.tabconte').hide().eq(idx).show();
17
- }).filter(':first').addClass('active');
17
+ }).eq(0).addClass('active');
18
18
  });
19
19
 
20
20
  ```