Blogger Themes

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);
        }
         
    });

}
sample get type ajax call sample get type ajax call Reviewed by Rejeti Praveen Kumar on 22:06 Rating: 5

No comments:

Powered by Blogger.