This example shows how easily you can use jQuery's AJAX functions to invoke a CFC in ColdFusion. When you invoke a CFC via your browser and include a method name, that method will be executed and any data returned by the function will be passed back as WDDX.
This demo uses Jim Davis' DP_WDDX library to deserialize the resulting WDDX back to native JavaScript.