Guest User

Untitled

a guest
Apr 19th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. $(document).ajaxSuccess(function(event, xhr, settings) {
  2. if(String(settings.url).match('contact.php$')){
  3. var response = xhr.responseJSON;
  4. if(response & response.success) {
  5. // tag de conversao aqui
  6. }
  7. }
  8. });
Add Comment
Please, Sign In to add comment