What are the common data-ajax-* attributes used in an AJAX-enabled form, and what do they do?
- For example:
data-ajax,data-ajax-method,data-ajax-update, etc.
What are the common data-ajax-* attributes used in an AJAX-enabled form, and what do they do?
data-ajax, data-ajax-method, data-ajax-update, etc.
Student
The Anubhav portal was launched in March 2015 at the behest of the Hon'ble Prime Minister for retiring government officials to leave a record of their experiences while in Govt service .
Theoretical overview of the commonly used
data-ajax-*attributes in an Ajax.BeginForm -enabled form in ASP.NET MVC:Common
data-ajax-*Attributesdata-ajax="true"data-ajax-methodGET,POST, etc.). Default isGET.data-ajax-modereplace,before,after).data-ajax-update#divId) to inject the response HTML into.data-ajax-urldata-ajax-begindata-ajax-successdata-ajax-failuredata-ajax-completedata-ajax-loadingdata-ajax-confirmExample
Behind the Scenes
jquery.unobtrusive-ajax.js, which: