I\'m trying to set some text to a label dynamically using jQuery. But i can\'t get the or \\n to render and give me new lines. It all shows
\\n
Try this instead:
$('#myLabel') .html('this is my first lineThis should be my second line.');