[jQuery] Re: $.post and form data

2009-10-13 Thread Jason
Thanks! Looks perfect. On Oct 12, 12:40 am, Karl Swedberg wrote: > On Oct 11, 2009, at 3:35 PM, Jason wrote: > > > > > Can someone explain a little bit more (more then jQuery's docs) about > > how the $.post operates?  I know it's a "shortcut" for .ajax and it > > uses the HTTP POST request.  So

[jQuery] Re: $.post and form data

2009-10-11 Thread Karl Swedberg
On Oct 11, 2009, at 3:35 PM, Jason wrote: Can someone explain a little bit more (more then jQuery's docs) about how the $.post operates? I know it's a "shortcut" for .ajax and it uses the HTTP POST request. So I'm guessing it's not sending the same request the form would send... i.e. you HAVE