[jQuery] Re: Working with the ajax function

2007-12-26 Thread Shawn
Try this: $.ajax({ type: "POST", url: "add.php", data: "word": $("#word").blah.value }) Notice the comma after the data: line has been removed. Betcha you're getting that error in IE... That's one of the things that would trigger

[jQuery] Re: Working with the ajax function

2007-12-26 Thread Alexey Blinov
Hm... i didn't use (yet) ajax in jQuery but this one `data: "word": $("#word").blah.value` looks strange... maybe something like `data: "word="* **+** *$("#word").blah.value`? On Dec 26, 2007 8:07 AM, coughlinsmyalias <[EMAIL PROTECTED]> wrote: > > Hey all, i have this: > >$.ajax({ >