function getPrintPlan(){ $.ajaxSetup({ async: false }); $.getJSON('index.php', function(data) { printPlan(data[1]); }); }