I'm a little lost in AJAX
and I'm learning. I have a couple of specific doubts and this is one of them.
If I write this:
$("#div_Result").html("<p>"+getname+getsurname+"</p>" );
the result gives me this:
"Name""Surname"
How to formulate the syntax so that I avoid those quotes? Thank you very much