5e7231b818
The current version of default scaffolding jQuery library in ASP.NET MVC is v3.3.1. And the jqXHR.error() method has been replaced with jqXHR.fail() after jQuery 3.0. You can see this on this page: http://api.jquery.com/jQuery.ajax/#jqXHR ``` Deprecation Notice: The jqXHR.success(), jqXHR.error(), and jqXHR.complete() callbacks are removed as of jQuery 3.0. You can use jqXHR.done(), jqXHR.fail(), and jqXHR.always() instead. ``` |
||
---|---|---|
.. | ||
overview | ||
videos | ||
index.md | ||
samples-list.md |