From ceafcc195fb3de1bef2333618d393f5c6a6c547f Mon Sep 17 00:00:00 2001 From: ajaxboy Date: Sun, 28 Aug 2016 05:03:27 -0700 Subject: [PATCH] wan not --- examples/callbacks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/callbacks.php b/examples/callbacks.php index 52d38de..476b4a0 100644 --- a/examples/callbacks.php +++ b/examples/callbacks.php @@ -228,7 +228,7 @@ You may name your custom callback, anything you like.

- You may access this callback through a plugin or simply thorugh JavaScript from anywhere: CJAX.callback.callbackName(); + You may access this callback through a plugin or simply through JavaScript from anywhere: CJAX.callback.callbackName(); (just change 'callbackName' for the action name of the callback you invoked.