a bug in ajax jquery?

a bug in ajax jquery?


Hello, i found out today that the returning value from an ajax call
made with jquery, puts a newline before the value that is
returned.This could cause problems, to fix this problem i used
jQuery.trim(data) but this is not pretty sure because can affect the
content of your data. Let me know guys what do you think about this