$(function($) {
        $("input[name='timeset']").bind('click', function() {
            $(this).val() == 'customize' ?  $('#showdata').show() : $('#showdata').hide();
            $(this).val() == 'customize_day' ?  $('#showdata_day').show() : $('#showdata_day').hide();
        });
    });

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-03
  • 2021-06-28
  • 2022-12-23
  • 2021-09-12
  • 2022-12-23
猜你喜欢
  • 2021-09-11
  • 2022-12-23
  • 2022-12-23
  • 2021-08-30
  • 2021-05-05
  • 2021-08-04
  • 2021-12-21
相关资源
相似解决方案