[jQuery] Re: .post ajax issue

2009-02-11 Thread drummingsticks
ling correct script. > > Best regards, > Konstantin Mirin > > mailto:konstantin.mi...@gmail.com > mailto:i...@konstantin.takeforce.net > > > -Original Message- > > From: jquery-en@googlegroups.com > > [mailto:jquery...@googlegroups.com] On Behalf Of

[jQuery] Re: .post ajax issue

2009-02-10 Thread drummingsticks
Sorry about the confusion. I'm trying to use jQuery's .post function. I use Firebug in Firefox to test and check what was sent from the page and what the ajax response is back from the server. In the post tab of Firebug, it correctly shows the data that needs to be passed to the server, however

[jQuery] .post ajax issue

2009-02-10 Thread drummingsticks
Hello, I'm attempting to use AJAX utilizing the .post function. Using Firebug, I see that the post is correctly passing the expected form variables to the page. However, the form variable do not exist when trying to locate them in the requested page. Could there be any reason or ideas as to why?