Re: [PHP] jQuery to PHP

2011-06-23 Thread Tim Streater
On 23 Jun 2011 at 14:56, Ethan Rosenberg wrote: > At 05:21 PM 6/22/2011, you wrote: >> 2) Instead of doing alert("yippee"), seems to me you should alert on >> the results of the ajax call. I don't know how you get at those with >> jquery, but I imagine that is where you'll find the results of d

Re: Re: Re: [PHP] jQuery to PHP

2011-06-22 Thread Tim Streater
On 22 Jun 2011 at 21:56, Ethan Rosenberg wrote: > At 04:30 PM 6/22/2011, you wrote: >> On 22 Jun 2011 at 20:56, Jim Lucas wrote: >> So the OP is using the form's action to reload the page, and >> seemingly making an ajax call under some circumstance that will also >> retrieve the whole content

Re: Re: [PHP] jQuery to PHP

2011-06-22 Thread Tim Streater
On 22 Jun 2011 at 20:56, Jim Lucas wrote: > On 22/6/2011 12:43 PM, Tim Streater wrote: >> On 22 Jun 2011 at 19:44, Ethan Rosenberg wrote: >> >>> I have a PHP program which will generate a chess board with a form in >>> the program. I wish to fill the form by clicking one of the >>> squares in

Re: [PHP] jQuery to PHP

2011-06-22 Thread Jim Lucas
On 6/22/2011 12:43 PM, Tim Streater wrote: > On 22 Jun 2011 at 19:44, Ethan Rosenberg wrote: > >> I have a PHP program which will generate a chess board with a form in >> the program. I wish to fill the form by clicking one of the >> squares in the chess board. I am trying to use jQuery and Aj

Re: [PHP] jQuery to PHP

2011-06-22 Thread Tim Streater
On 22 Jun 2011 at 19:44, Ethan Rosenberg wrote: > I have a PHP program which will generate a chess board with a form in > the program. I wish to fill the form by clicking one of the > squares in the chess board. I am trying to use jQuery and Aja to do > this. The Ajax call works, but the valu