[jQuery] Re: Trouble passing additional data with getJSON

2009-04-13 Thread mkmanning
My guess would be you're not returning false anywhere on the form submit, so the form is submitting. On Apr 13, 2:14 pm, Kathryn wrote: > Hi all, > > I think I must be making an obvious mistake, but I can't see it. I'm > trying to pass additional data to the server with getJSON, but it's > not w

[jQuery] Re: Trouble passing additional data with getJSON

2009-04-13 Thread Kathryn
Well, I solved the problem, but not by using getJSON. Here's the solution, in case it's helpful to anyone else. I found a page that lists a fourth undocumented (according to them--didn't have time to verify) parameter of $.post(), and that is the data type. http://thecodecentral.com/2007/11/20/th