document.write( '

\'오늘의

  • 08:00개회식
  • 20:30조정 (남여 싱글스컬 예선전)
  • 20:30사격 (女 10m 공기소총 예선·결승)
  • 21:00탁구 (남여 단식 예선전)
  • 21:00양궁 (남자 단체 예선라운드)
  • 21:00펜싱 (여자 에페 개인 예선·8강)
  • 21:30배구 (여자 대한민국 vs 일본)
  • 22:00유도 (여자 -48 kg 예선~8강전)
  • 22:00유도 (남자 -60 kg 예선~8강전)
  • 22:30기계체조 (남자 철봉·마루 등 예선)
전체일정보기
' ) ; $('body').on ( 'click', '.scheduleFind', function(){ var url = '/ISSUE/2016Rio/Today?m=east_schedulej&s=' + $(this).attr('data-date') ; $.ajax({ type : 'GET' , url : url , dataType : 'json' , error : function(result) { } , success : function(result) { $('#scheduleToday').html ( result.today ) ; $('#swipe_today_game_scon0').html ( result.html ) ; $('.scheduleFind').eq(0).attr('data-date', result.yesterday ) ; $('.scheduleFind').eq(1).attr('data-date', result.tomorrow ) ; if ( result.yesterday == '' ) $('.scheduleFind').eq(0).removeClass('on') ; else $('.scheduleFind').eq(0).addClass('on') ; if ( result.tomorrow == '' ) $('.scheduleFind').eq(1).removeClass('on') ; else $('.scheduleFind').eq(1).addClass('on') ; } }); }) ;