[jQuery] how to load("text with the + sign in it")
friends,
i'm doing an ajax call via the load() function. The fetched string
contains the "+" sign, and it gets removed in the resulting html. Why
is that?
note: i'm using php. The only way i found to have the string shown, is
to urlencode() it. But i don't want to urlencode() entire texts that
should remain human-readable.
I'm sure there is an obvious solution, however i can't seem to find it.
thank you in advance for your help in solving this weird issue.
Alexandre