Advertisement
Guest User

Untitled

a guest
Oct 18th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. $('.wpcf7').on('submit', function(event){
  2. event.preventDefault();
  3.  
  4. // $('div.wpcf7 > form').wpcf7InitForm();
  5. $('form.wpcf7-form')
  6. .each(function() {
  7. $j(this).find('img.ajax-loader').last().remove();
  8. });
  9. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement