In javascript coding, if white space character(' ') and linefeed character('\n') are not working properly then we can use unicode characters. We may face this in some browsers such as FireFox.
'\u00A0' is unicode char for space, and '\u000A' is unicode char for line feed.
More Articles...
No comments:
Post a Comment