I have the following index view:
@model BoringStore.ViewModels.ProductIndexViewModel
@{
ViewBag.Title = \"Index\";
}
Produkte
<
insure that you dont have jquery.unobtrusive-ajax.min.js file duplicated in the layout
as mentioned above, and you can check this using browser Inspectors
Another problem which may cause this error that i have encountered is resting a form using jquery in the ajax request as following
$("form").trigger("reset"); //just remove this line