UNPKG

jsharmony-tutorials

Version:
14 lines (13 loc) 414 B
$.ajax('/_d/jsHarmonyTutorials/FormExec_API_Multirecordset', { type: 'POST', dataType: 'json', success: function(rslt){ $('.API_result').text(JSON.stringify(rslt,null,4)); } }); /* //Alternative syntax using jsHarmony libraries XForm.prototype.XExecutePost(xmodel.namespace+'FormExec_API_Multirecordset', { }, function (rslt) { $('.API_result').text(JSON.stringify(rslt,null,4)); }); */