Does the + count as an illegal character? Perhaps I am doing something wrong, but despite using escape() on my variables before sending them via $.ajax the + character does not get converted.
On Nov 27, 11:52 am, Mark Lacas <[EMAIL PROTECTED]> wrote: > Why not escape the data with javascript's escape function? > It fixes all the illegal characters. > ml