我尝试了以下两个,但没有一个工作:
$('#divhtml').remove('span') $('#divhtml').find('span').remove()
编辑:$(‘#divhtml’).find(‘span’).remove()第二次尝试.
解决方法
您已经使用了正确的语句:
$('#divhtml').find('span').remove()
这应该工作.请提供更多的上下文…看到这个jsfiddle是“证明”其他的错误:http://jsfiddle.net/Pbgqy/