[jQuery] Re: problematic ajax request

2007-05-02 Thread Christopher Jordan
Dave, This could just be me, but I've never returned more than one value from the server via an ajax request. When I want multiple values, I use an array or a structure... or if I'm returning a fully formatted HTML page I return a single string with all of the markup in it. I don't *think*

[jQuery] Re: problematic ajax request

2007-05-02 Thread [EMAIL PROTECTED]
Thanks for your reply. The data I'm expecting would be of this form 1=a 2=b 3=c 4=d with the \n character separating each line. If this is some kind of violation, that is useful to know, but I still consider the data a single piece of data in that it is just a string 1=a\n2=b\n3=c \n4=d