jQuery( function( $ ){
// jQuery( 'button-range-submit' ).click(function(){
console.log('Нажал в файле calculate');
jQuery.ajax({
url: 'https://maxcredit.proiectmd.com/dae/',
type: 'POST',
data: 'getoutSUM=outSUM&getoutVal=outVal&getarrDate=arrDate',
success: function( data ) {
console.log( data );
}
});
// если элемент – ссылка, то не забываем:
// return false;
// });
});