使用 jquery 删除元素之间的不间断空格 ( )
如何使用 jquery 删除 html 元素之间出现的不间断空格 (nbsp)?
因此,例如,以下代码是由 cms 生成的:
<div><span>content</span> <span>content</span></div>
我能够使用选择器来定位元素。
下页建议删除正常空格,但不删除不间断空格的答案。 使用 jQuery 删除 HTML 元素之间的空格和换行符
谢谢
How can I use jquery to remove non-breaking spaces (nbsp) which appear between html elements?
So, for example, the following code is generated by a cms:
<div><span>content</span> <span>content</span></div>
I am able to target the elements using slectors.
The following page suggests an answer to remove normal whitespace, but not non-breaking spaces. Remove whitespace and line breaks between HTML elements using jQuery
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
演示
demo