gastor-git
5/11/2017 - 9:23 AM

citfact form - загрузка файлов

citfact form - загрузка файлов

<script src="http://malsup.github.com/jquery.form.js"></script> 
var options = { 
  type: 'POST',
  url: self.uri, 
  success: function(response) { 
      $(self.form).replaceWith(response.html);
      self.reloadCaptcha();
      window.careerform.run();
      window.placeholder.run();
      window.Inputmask.run();
  } 
}; 

$(self.form).ajaxSubmit(options);