T
Size: a a a
АК
T
АК
T
F
t
FA
СЧ
F
СЧ
$.ajax({
type: "POST",
url: '{% url 'sendMail' %}',
data: JSON.stringify(pack),
success: function (data, textStatus, jqXHR) {
alert('DONE')
},
dataType: 'text',
async: true,
error: function (num) {
alert("эБеда");
},
timeout:5000
});
F
СЧ
СЧ
(index):487 Uncaught TypeError: $.post is not a function
at HTMLButtonElement.<anonymous> ((index):487)
at HTMLButtonElement.dispatch (jquery-3.5.1.slim.min.js:2)
at HTMLButtonElement.v.handle (jquery-3.5.1.slim.min.js:2)
F
(index):487 Uncaught TypeError: $.post is not a function
at HTMLButtonElement.<anonymous> ((index):487)
at HTMLButtonElement.dispatch (jquery-3.5.1.slim.min.js:2)
at HTMLButtonElement.v.handle (jquery-3.5.1.slim.min.js:2)
СЧ
СЧ
{% csrf_token %}
))))F
F