回答編集履歴

1

ミスがあったため修正。

2016/05/27 16:40

投稿

kei344
kei344

スコア69424

test CHANGED
@@ -30,7 +30,7 @@
30
30
 
31
31
  ```JavaScript
32
32
 
33
- function switch_tab( index )
33
+ function switch_tab( index ) {
34
34
 
35
35
  $( '.content_area' ).css( 'display', 'none' ).eq( index ).show();
36
36