I have a string say
string display_txt = "1st line text" +"
" + "2nd line text";
in Jquery, I am trying to use
('#somediv').html(display_txt).css("color", "green")
quite clearly I am expecting my msg to be displayed in 2 lines, but instead
is being displayed in the message. Any quick fixes for that?
Thanks,
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…