Skip to content

Instantly share code, notes, and snippets.

@Burick
Created June 13, 2016 11:51
Show Gist options
  • Save Burick/58be3d63f622b094e279d75154449c2c to your computer and use it in GitHub Desktop.
Save Burick/58be3d63f622b094e279d75154449c2c to your computer and use it in GitHub Desktop.
AjaxForm в модалке
<script>
$(document).on('af_complete', function(event, response) {
var form = response.form;
if (response.success) {
$.fancybox.close();
$.fancybox('<h1>' + response.message + '</h1>');
}
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment