SyntaxFix
Write A Post
Hire A Developer
Questions
This solution fixed my problem while replacing br tag to '\n' .
alert(content.replace(/<br\/\>/g,'\n'));