Código PHP:
   $.ajax({
            type: 'POST', 
            url: '../build/fd_dashboard.php',
            data: 'startDate='+startDate+'&endDate='+endDate,
        })
        .done(function(data) {
            $('.loader').hide();
            $('.response').html(data);
        }); 
     
 


 
 



