Hi There.
I have put up an example of where I am so far @ www.conorhackett.com/ajax.
You will see that the "Generate" button will make a call to server.php and return the data that is provided as a parameter.
Then we have a jQuery datepicker that puts the selected date into a text box.
My problem is that I am unable to find a way to send the chosen date on the datepicker to the ajax call server.php?date= as a parameter.
I would like to be able to pick a date and have it printed on the screen via ajax.
I'm pretty sure this is easy but unfortunately jQuery syntax is like double dutch to me..
Any solutions greatly appreciated.
Thanks.