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)
Replace
.live(function)
With
.on(eventType, selector, function)
https://stackoverflow.com/a/14354091/358906