Skip to content

Instantly share code, notes, and snippets.

@erezLieberman
Created February 25, 2015 21:29
Show Gist options
  • Save erezLieberman/a0c9ee2d34aba0e8ddfb to your computer and use it in GitHub Desktop.
Save erezLieberman/a0c9ee2d34aba0e8ddfb to your computer and use it in GitHub Desktop.
if cf7 sent mail
$( document ).ajaxComplete(function( event,request, settings ) {
if($('.sent').length > 0){
console.log('good');
}else{
console.log('bad');
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment