Also, some context to what is going on. Before I call this
$j.ajax({
url: "@Url.Action("RefreshQuickLinks")",
method: "GET",
success: function () {
$j("#QuickLinks").html();
}
});
};
I have already updated the database, so I just need a refresh of the information. No parameters or anything are being passed into the view component from the javascript.