0

I am trying to create MVC4 application. The scaffolded scripts contained older jquery so I updated it to 1.10 but corresponding mvc4 file unobtrusive-ajax.js seems to stop working as it is using live() instead of on()

Where can i find jquery.unobtrusive-ajax.js for jquery-1.10.2?

Robert_Junior
  • 1,122
  • 1
  • 18
  • 40

1 Answers1

1

You can get the latest jquery unobtrusive on NuGet. https://www.nuget.org/packages/Microsoft.jQuery.Unobtrusive.Ajax/

Keith Rousseau
  • 4,435
  • 1
  • 22
  • 28