JavaScript - Get data of first cell of selected table row

后端 未结 3 1040
挽巷
挽巷 2021-01-26 22:37
3条回答
  •  太阳男子
    2021-01-26 22:49

    $(".mybutton").click(function(){
        alert($(this).parent().siblings().eq(0).text());
    });
    

提交回复
热议问题
Room No