Advertisement
Guest User

Untitled

a guest
Dec 21st, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.32 KB | None | 0 0
  1.         $('.wpcf7').on('wpcf7:mailsent', function() {
  2.             $(this).find('.wpcf7-mail-sent-ok').hide();
  3.             $('#myZvonokModal').iziModal('close');
  4.             $('#myModalSuccess').iziModal('open', {
  5.                 transition: 'fadeInDown' // Here transitionIn is the same property.
  6.             });
  7.         });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement