I have simple ajax call
我有一个简单的ajax调用
$.get("api/dashboard/tile/1x1/" + tag, { id: id },
function (tile) {
options.result(modelmapper.fromDb(tile, 'dashboard'));
}, 'json')
$.getI have simple ajax call
我有一个简单的ajax调用
$.get("api/dashboard/tile/1x1/" + tag, { id: id },
function (tile) {
options.result(modelmapper.fromDb(tile, 'dashboard'));
}, 'json')
$.get