$("#ulId li").on('click', function () {
$("#li-container").children().hide();
$('#' + $(this).attr("id") + 'Container').show();
$("#Ulid").find('span').removeClass("liActive");
$(this).find('span').addClass("liActive");
});

相关文章:

  • 2022-12-23
  • 2022-01-23
  • 2021-09-17
  • 2021-10-10
  • 2021-10-10
  • 2021-12-10
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-13
  • 2022-12-23
  • 2022-12-23
  • 2021-10-02
相关资源
相似解决方案