如何使用jquery刪除在html元素之間出現的非破壞空格(nbsp)?使用jquery從元素間刪除非破壞空間( )
因此,例如,由一個CMS產生以下代碼:
<div><span>content</span> <span>content</span></div>
我能夠靶向使用slectors的元素。
下面的頁面建議了一個答案來刪除正常的空格,但不是非空格。 Remove whitespace and line breaks between HTML elements using jQuery
感謝
目前的答案其刪除文本節點[你提到的線程(http://stackoverflow.com/questions/1539367/remove-whitespace-and -line-breaks-between-html-elements-using-jquery)也應該在不間斷空格上工作。 – here 2014-08-04 03:13:54