我有一個div
其中內容是這樣的:如何從元素中移除 之類的內容?
<div class="container">
<div class="eventSpot bg-blue"></div>
<div class="eventSpot bg-blue"></div>
<div class="eventSpot bg-red"></div>
</div>
的
會引起一些問題的造型,所以我需要將其刪除。
如何使用jQuery/javascript去除那部分內容?
爲什麼你不能在html代碼本身中刪除它? – Ani
你只想刪除' '或_any_非標籤內容(如果你知道我的意思;)) – giorgio
它不是由我放置的,它是由第三方插件插入的。所以我需要在頁面呈現後刪除它 – Tom