Hello I got a couple questions concerning the use of AJAX for setting filters and generating results.
-- When retrieving results, should I go json or html? each result item consists of more of less 7 elements, should I be generating this server-side (html) or clien-side (js)? -- Lets say I go html and there are images in the results. When it comes to the success part of the ajax call, does it mean it downloaded the images as well or just the html code? Thanks in advance.