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);