How can I display two consecutive spaces using the JQuery text() function?
Fiddle here: https://jsfiddle.net/15d68fqh/1/
<span id="a2"></span>
$("#a2").text("first second");
1
How can I display two consecutive spaces using the JQuery text() function?
Fiddle here: https://jsfiddle.net/15d68fqh/1/
<span id="a2"></span>
$("#a2").text("first second");
1