Jquery Datepicker with XML file
- by matt
an extension of my last question, http://stackoverflow.com/questions/2562986/getdate-with-jquery-datepicker ,
I am trying to use the jquery datepicker to load specific info from xml file dependent on the date selected by the user. Similar code but i am trying to load and parse an xml file to read contents of the file for the particular date.
In…