javascript - Jquery Ajax Call, doesnt call Success or Error -


 $.ajax({      url: url,      type: 'post',      context: context,                      data: data,      success: function (result) {          callback();      },      error: function (xhr, textstatus, error) {          alert("error")      },      complete: function (jqxhr, status) {          alert("completion callback.");      },   }); 

it call service method & returned controller. calls compete callback.


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -