S
Sunny
Hi does anyone knows, How to remove line breaks from a string using
javascript.
I have a string like:
<div> <div class="style1">Yates<br>-47.13
but somehow the javascript is displaying string "-47.13"
as
-
47.13
It is treating a "-" sign as a line break.
Any comments.
javascript.
I have a string like:
<div> <div class="style1">Yates<br>-47.13
but somehow the javascript is displaying string "-47.13"
as
-
47.13
It is treating a "-" sign as a line break.
Any comments.