sample get type ajax call
function getData()
{
$.ajax({
type: "GET",
url: PageUrl + "api/StraightBets/LoadLines",
contentType: "application/json; charset=utf-8",
dataType: "json",
success: function (result) {
console.log(result);
}
});
}
{
$.ajax({
type: "GET",
url: PageUrl + "api/StraightBets/LoadLines",
contentType: "application/json; charset=utf-8",
dataType: "json",
success: function (result) {
console.log(result);
}
});
}
sample get type ajax call
Reviewed by Rejeti Praveen Kumar
on
22:06
Rating:
No comments: