0
4

2 回答 2

1

a.find('small').remove();将删除small标签及其内容。
演示

于 2012-12-11T04:19:54.727 回答
0

尝试:

a = li.parent().parent().children("a, span:not('.toggle')");
var text2 = a.text();

http://api.jquery.com/text/

于 2012-12-11T04:18:42.043 回答