重複の可能性:
jQuery:子要素ではなくテキストを削除する方法
<div id="parent" style="border:2px solid red; width:300px;height:200px">
text of parent
<div id="child1" style="border:1px solid green; width:200px;height:80px"></div>
<div id="child2" style="border:1px solid blue; width:200px;height:80px"></div>
</div>
上記の例では、子ノード(、)をそのままにして、"text of parent"
親div
( )のテキストのみをクリアしたいと思います。jQueryを使用してこれを行うにはどうすればよいですか?parent
child 1
child2