$.ajax({
    url: '/ajax/',
    type: 'get',
    async: false,
    success: function (d) {
        console.log(d);
    },
});