From: Jason Huck <jason.h...@gmail.com>
Date: Sun, 11 May 2008 15:17:23 -0700 (PDT)
Local: Sun, May 11 2008 6:17 pm
Subject: Re: How do I get post data to go with it?
You're pretty close, but you don't need *both* $.post() and .load().
Just pick one or the other. Using .load() is a little bit simpler, but I believe it uses GET behind the scenes: <script type="text/javascript">
});
</script>
...so if it's important that it be submitted via POST, then something
<script type="text/javascript">
});
</script>
HTH,
On May 11, 3:41 pm, "Jón Helgi Jónsson" <amyth...@gmail.com> wrote:
> Hi,
> I'm new to Jquery.
> I'm trying to send the post data from an input box to test.php however
> This is what I have so far. What am I doing wrong? I know I am doing
> <script type="text/javascript">
> Thanks,
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||