[jQuery] Re: Error while printing the JSON content after evaluating!!!!

2008-11-29 Thread ricardobeat
you're evaluating this string (req.responseText). If I'm not mistaken eval happens on the global scope, so I assume the 'req' variable is not available globally. Anyway, why are you using eval? jQuery handles JSON responses by itself. - ricardo On Nov 28, 11:31 pm, aarti [EMAIL PROTECTED]

[jQuery] Re: Error while printing the JSON content after evaluating!!!!

2008-11-28 Thread seasoup
Heya, happy to help. I have a few questions though. 1) Can/do you use firebug and console.log, it provides more information. 2) How come you are putting parenthesis around req.responseText? 3) Can you show us the req.responseText? Thanks, Josh Powell On Nov 28, 5:31 pm, aarti [EMAIL