[jQuery] Re: Custom JSON sanitizing during $.ajax

2009-05-07 Thread Matt Critchlow
try changing your parameter in the success method to something other than return and see what happens.. On May 7, 10:40 am, Eli Perelman e...@cobaltds.net wrote: Hello All, I am trying to complete an Ajax request in which PHP returns a JSON- formed string. One of the variables inside the

[jQuery] Re: Custom JSON sanitizing during $.ajax

2009-05-07 Thread Eric Garside
Yea, that should fix the problem, return is a reserved word in javascript On May 7, 4:22 pm, Matt Critchlow matt.critch...@gmail.com wrote: try changing your parameter in the success method to something other than return and see what happens.. On May 7, 10:40 am, Eli Perelman