/ Published in: jQuery
How to replace the tab ASCII characters (Â ) of the text.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
var result = $(#text).html().replace(/ /g, '');