1. Permintaan untuk melaksanakan ralat terus di bawah ie9
2.$.ajax({
url: apiServiceBaseUri + 'token',
type: "post",
data: data,
dataType: 'json',
success: function (response) {
loginSucc(response);
},
error: function(response) {
var res = JSON.parse(response.responseText);
$(".hint").show().html(res.error_description);
}
});
Lihat di bawah konsol, adakah permintaan telah dihantar? Dan apakah mesej ralat? Adakah url dimasukkan dengan betul?