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
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({
>
2 matches
Mail list logo