C☭
Size: a a a
C☭
ДБ
C☭
R
ДБ
AP
R
AP
M
M
DT
$.ajax({
url: 'ajax/mail.php',
type: 'POST',
cache: false,
data: {
'car': car.innerHTML,
'name': name.value,
'tel': tel.value
},
dataType: 'html',
beforeSend: function () {
alert('sent')
},
success: function (data) {
console.log('123')
}
});
<?php
echo "Привет";
?>
KA
$.ajax({
url: 'ajax/mail.php',
type: 'POST',
cache: false,
data: {
'car': car.innerHTML,
'name': name.value,
'tel': tel.value
},
dataType: 'html',
beforeSend: function () {
alert('sent')
},
success: function (data) {
console.log('123')
}
});
<?php
echo "Привет";
?>
DT
DT
KA
KA
DT
KA