June 2006
December 2005
QuirksBlog: The AJAX response: XML, HTML, or JSON?
by 8 others (via)wondering about the "ideal" output format for the AJAX response. Once you've succesfully fired an AJAX request, what sort of response should the server give? An XML document? An HTML snippet? A JSON string which is converted to a JavaScript object? Or something else?
1
(2 marks)