Authority interview  >  Guangzhong Yang

Interview with Academician Guangzhong Yang

Fellow of Royal Academy of Engineering、Director of Medical Robotics at Imperial College London...

Author:   Source:  Time: 2019-05-31 09:50:3

$('.footer-lftab').on('click', function () { let lfindex = $(".footer-lftab").index(this) $(this).addClass('active').siblings().removeClass('active') $('.lftab-content').hide().eq(lfindex).show() }) $('.footer-rftab').on('click', function () { let lfindex = $(".footer-rftab").index(this) $(this).addClass('active').siblings().removeClass('active') $('.rftab-content').hide().eq(lfindex).show() })