Below is the scenario.. $.ajax({ type: 'GET', url: 'test.json', data: { get_param: 'value' }, dataType: 'json', success: function (data) { //1. use any template to convert json response to html block //2. Set the response on page(this can be done using jquery on...