Top "Unobtrusive-ajax" questions

Question regarding Microsoft jQuery plugin for Unobtrusive Ajax

Unobtrusive Ajax stopped working after update jQuery to 1.9.0

I have just updated jQuery & jQuery UI to: jquery-1.9.0.min.js and jquery-ui-1.9.2.min.js And... all my unobtrusive …

jquery asp.net-mvc-3 unobtrusive-ajax
ASP.NET MVC 3 and jquery.unobtrusive-ajax.min.js

I want to use the Ajax.ActionLink Html helper therefore I need the jquery.unobtrusive-ajax.min.js library but IE …

asp.net-mvc-3 unobtrusive-ajax
Unobtrusive Ajax Form for partial view

I'm having trouble using unobtrusive ajax to post data from a contact us form. My Partial View is like this: @…

asp.net-mvc-4 partial-views ajaxform unobtrusive-ajax
ASP.NET MVC 4: cannot modify jQuery Unobtrusive Ajax

Using ASP.NET MVC 4 and NuGet to manage packages. After upgrading to jQuery 1.9.1 via NuGet, I began getting JavaScript errors …

jquery asp.net-mvc asp.net-mvc-4 visual-studio-2012 unobtrusive-ajax
ASP.NET Core and JQuery unobtrusive AJAX not working

If I start a new project in .net 4.5 and hit manage nuget packages, search for ajax, then hit install for …

asp.net ajax asp.net-core unobtrusive-ajax
Unobtrusive AJAX error: "Uncaught ReferenceError: Sys is not defined"

Example code: In an MVC 5 project in Visual Studio, I have set up the following controller and views: Controller TestController.…

ajax asp.net-mvc asp.net-mvc-5 unobtrusive-ajax
How to reference Microsoft.JQuery.Unobtrusive.Ajax within my ASP.NET Core MVC project

I am trying to use Microsoft.JQuery.Unobtrusive.Ajax. I started by installing the package using NuGet and as expected …

c# .net visual-studio-2017 asp.net-core-mvc-2.0 unobtrusive-ajax
Is it recommended to use unobtrusive AJAX with MVC 5?

I know that there is library that supports unobtrusive AJAX so I asked my father (also .net programmer) why he …

asp.net-ajax asp.net-mvc-5 unobtrusive-ajax
jquery.unobtrusive-ajax plugin broken when updating to Jquery 1.9.0

Possible Duplicate: jQuery 1.7 - Turning live() into on() //Solution: I simply replaced the four occurrences like the approved answer suggested …

jquery jquery-validate unobtrusive-ajax
data-ajax-update and data-ajax-mode="replace" not working in dotnet core jquery unobtrusive ajax

I have an anchor which should replace a grid with a partial view . <a class="btn btn-primary" data-ajax="true" …

asp.net-core .net-core asp.net-core-mvc unobtrusive-ajax