I have the following code in js
function consultaSolicitacao() {
id = getVar("id");
serviceURL = "/Solicitacao/ConsultaSolicitacao";
$.get(serviceURL, null, function (data) {
var aux = data.length;
var tblText = '';
for...
asked by
13.05.2015 / 21:03