Skip to content

Instantly share code, notes, and snippets.

@Adoonq
Last active November 2, 2018 11:47
Show Gist options
  • Save Adoonq/1a20f5404c8871a769cfb41c41d25a0c to your computer and use it in GitHub Desktop.
Save Adoonq/1a20f5404c8871a769cfb41c41d25a0c to your computer and use it in GitHub Desktop.
Modx FormIt Ajax - событие отправки
$(document).on('af_complete', function(event, response) {
var form = response.form;
if (response.success) {
form.trigger('reset');
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment