Read Reviews

$.ajax({ type: "POST", url: "/SampleRestService", contentType: "application/json; charset=utf-8", dataType: "json", data: "{}", success: function(res) { $('#Results').append(CreateDetailView(res,"CoolTableTheme",true)).fadeIn(); } });