メソッドの単純なオーバーロードが必要です
$.ajax({
url: '@Url.Action("Footer")',
type: "GET",
success: function (result) {
$(".maindiv").append(result);
}
});
例$(".maindiv").append(ajax.loader('@Url.Action("Footer")'));