Return to Snippet

Revision: 63953
at June 20, 2013 22:52 by keidash


Initial Code
var result = $(#text).html().replace(/ /g, '');

Initial URL


Initial Description
How to replace the tab ASCII characters ( ) of the text.

Initial Title
jQuery replace \'nbsp\'

Initial Tags
jquery

Initial Language
jQuery