Response title
This is preview!
To prevent form submissions from being automatically handled with Ajax, add the
data-ajax="false"
attribute to the form element. You can also turn of Ajax form handling completely via theajaxEnabled
global config option.The form below is identical to the one above except for the addition of the
data-ajax="false"
attribute attribute. When the submit button is pressed, it will result in a full page refresh.
© 2013 jQuery Foundation
Sponsored by and others.