hi, thank you for helping in advanced
i faced some punctuation problem during i using ajax
I used ajax with Get Method to pass some value from textarea
to update the database.My problem is:
example: "Hi, I'm Jane~"
database updated : "Hi, I'm Jane~"
but the response.text of ajax give me return in this
"Hi, I\'m Jane~"
"\" ??? where did it come from? how to solve it?
Anyone help please!