Ajax and ColdFusion related posts
Handling Server-Side Errors with ColdFusion and JSON
This article will show you how to implement extensive server-side error handling with ColdFusion and JSON. Although not necessary, we will leverage the Kendo UI Extended Message Boxes API to provide notifications to the user.
Convert a ColdFusion Query into a JSON Object
This article will show you how to convert a ColdFusion query into a JSON object that can be used to populate various HTML5 controls, such as Kendo UI widgets.
Data types may be different between ColdFusion and jQuery.
When using Ajax, datatypes may be evaluated differently.
JSON Parse Error in jQuery when using a Coldfusion function inside a .cfm page.
When using ColdFusion as a service endpoint for AJAX, is best to use a ColdFusion component (cfc) instead of a ColdFusion page (.cfm)