<td><a class="blue" href="javascript:void(0);" class="blue" style="cursor: pointer;" id="qxButton">转让</a></td>
<script>
    $( ".blue" ).click(function() {
        var releaseMonth = $(this).parent().siblings().eq(2).html();
        console.log(releaseMonth);
    });
</script>

 JS同行绑定事件

点击"转让"标签,可以获取其同行的任意列数据。





相关文章:

  • 2021-04-05
  • 2022-12-23
  • 2022-12-23
  • 2021-08-08
  • 2022-02-07
  • 2022-02-09
  • 2021-09-14
  • 2021-11-10
猜你喜欢
  • 2022-02-09
  • 2021-12-25
  • 2022-12-23
  • 2022-02-09
  • 2021-11-12
相关资源
相似解决方案