Unobtrusive Ajax stopped working after update jQuery to 1.9.0

后端 未结 8 1618
灰色年华
灰色年华 2020-11-28 09:42

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 Ajax calls (Ajax.ActionLink, Ajax.BeginForm)

8条回答
  •  春和景丽
    2020-11-28 10:23

    Just update your Scripts

    1. Download latest Jquery, (I used jquery-1.11.0 though)

    2. Download latest Microsoft.jQuery.Unobtrusive.Ajax from from Microsoft official

    From here:

    https://github.com/aspnet/jquery-ajax-unobtrusive

    3. Do hard refresh or Clear your browser cache and check your page again.

    Hope helps someone.

提交回复
热议问题