$.ajax({ url: '/www/wp-content/plugins/mangboard/api/band_posts.php', async: false, type: 'POST', data: { }, dataType: 'text', success: function(jqXHR) {console.log('success');}, error: function(jqXHR) {console.log('error');}, });
$.ajax({ url: '/www/wp-content/plugins/mangboard/api/band_posts.php', async: false, type: 'POST', data: { }, dataType: 'text', success: function(jqXHR) {console.log('success');}, error: function(jqXHR) {console.log('error');}, });