【发布时间】:2009-09-13 11:54:15
【问题描述】:
不确定我是否错过了什么,但这不起作用:
$(this).children('td.threadtitle a').html('thread title');
不过如此
$(this).children('td.threadtitle').children('a').html('thread title');
我只是想了解为什么会发生这种情况。但这是一个错误吗?
【问题讨论】:
标签: jquery parent-child