fix

parent 240dfcd2
$('.bids-form input[name="Bid[phone]"]').mask("phone", { $('.bids-form input[name="Bid[phone]"]').mask("+7(999)999-99-99");
mask: "+7(999)999-99-99"
});
$('form.bids-form').on('beforeSubmit', function(e) { $('form.bids-form').on('beforeSubmit', function(e) {
var form = $(this), xhr = new XMLHttpRequest, filebool = false, file, data = new FormData(); var form = $(this), xhr = new XMLHttpRequest, filebool = false, file, data = new FormData();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment