How to split the .text() , so that i should get new lines.
For suppose i have like this.
var loa = $('.loa_div').text();
alert(loa);
alert loa gives me,
Resultabc.resultdefgh.Resultkijklm.result12.Result888.kkkresult.123result.
I should get
Resultabc.
resultdefgh.
Resultkijklm.
result12.
Result888.
kkkresult.
123result.