<script>
  $(function(){
    $(".month-list").find("li").click(function(){
    var text = $(this).text();
    var value = $(this).attr("value");
    alert(text+" -- "+value);
    });
  });
</script>

相关文章:

  • 2021-11-30
  • 2022-01-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-14
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-29
  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
  • 2021-09-11
  • 2021-11-29
相关资源
相似解决方案