Fix problem javascript unterminated string literal look in firebug

 If your data is coming by way of PHP, this might help
$str = str_replace(array("\r", "\n"), '', $str);
 
Alhamdulillah Fix my Problem 

Comments