I have some table rows
6条回答 一个人的身影 (楼主) 2021-02-12 13:53 In loop you should refer to the current procceded element, so write: var a_href = $(this).find('div.cpt h2 a').attr('href'); 0 讨论(0) 查看其它6个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
In loop you should refer to the current procceded element, so write:
var a_href = $(this).find('div.cpt h2 a').attr('href');