Below is link to js code
non indented : http://jsfiddle.net/bsr1/ucg6v1v0/
var dataAbc = '<div class="message7">Focus Shifted Here</div>';
alert("*");
indented http://jsfiddle.net/bsr1/1dtrz0au/
var dataAbc = '<div class="message7">
Focus Shifted Here
</div>';
alert("*");
I know 2nd one results in an js error.Is there nay way i can indent my js code without erorr