[jQuery] Re: .post ajax issue

2009-02-11 Thread drummingsticks
drummingsticks > > Sent: Wednesday, February 11, 2009 6:11 AM > > To: jQuery (English) > > Subject: [jQuery] Re: .post ajax issue > > > Sorry about the confusion. > > > I'm trying to use jQuery's .post function. > > > I use Firebug in Firefox t

[jQuery] Re: .post ajax issue

2009-02-10 Thread Konstantin Mirin
> -Original Message- > From: jquery-en@googlegroups.com > [mailto:jquery...@googlegroups.com] On Behalf Of drummingsticks > Sent: Wednesday, February 11, 2009 6:11 AM > To: jQuery (English) > Subject: [jQuery] Re: .post ajax issue > > > > Sorry about the confusion. &

[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] Re: .post ajax issue

2009-02-10 Thread Mike Alsup
> 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. Can you please explain that again? I'm not