jQuery.post( DOKU_BASE + 'lib/exe/ajax.php', { call: 'plugin_example', name: 'local' }, function(data) { alert('Received response'); // data is array you returned with action.php }, 'json' );