I am very new to jQuery and JavaScript. I have a small question. Let\'s say i have a HTML table like the following
3条回答 情深已故 (楼主) 2021-01-11 16:26 $("#element td:nth-child(2)").text('ChangedText'); Here's an example. 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
$("#element td:nth-child(2)").text('ChangedText');
Here's an example.