[jQuery] Re: Ajax Data Format Recommendation

2007-05-21 Thread Christopher Jordan
Oops... I typed out my examples too fast. That first example of the data parameter should read: data: "MyVar1=" + myJSVar1 + "&MyVar2=SomeConstantString"; I forgot the ampersand. *sheepish grin* Cheers, Chris Christopher Jordan wrote: Sam, Instead of $.get()... I'd use $.ajax(). Check out

[jQuery] Re: Ajax Data Format Recommendation

2007-05-21 Thread Christopher Jordan
Sam, Instead of $.get()... I'd use $.ajax(). Check out this post from Brian Ronk on basically the same subject. Read

[jQuery] Re: Ajax Data Format Recommendation

2007-05-21 Thread SamCKayak
I found JSON on the return trip to work fine. Sometimes the answers come to me as soon as I post. Sam