Код: Выделить всё
$('#Submit').on('click',function(){
$.ajax({
type: 'get',
url: 'ItemProcessor.php',
data: $('#input_form').serialize(),
success: function(response){
alert(response)
},
error: function(){
alert('error')
}
})
event.preventDefault()
})
Код: Выделить всё
Подробнее здесь: https://stackoverflow.com/questions/791 ... query-ajax
Мобильная версия