I\'m not very familiar with jQuery selectors, so would like some help.
I have a table like this:
6条回答 情深已故 (楼主) 2020-12-19 05:03 for information var data ="Search string" $('#table1 td:contains('+data+')').next().text(); 0 讨论(0) 查看其它6个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
for information
var data ="Search string" $('#table1 td:contains('+data+')').next().text();