Something strange going on here.

We use CFC's with JQuery all the time, and don't have a problem.

I suspect you are double encoding.

When you set the return type to "json" you do __NOT__ need to encode its value on the way out. Let the engine do all that for you. In other words; do not have any calls to SerializeJSoN() any where near your remote CFC function.

Rob wrote:
 From the function.
...
<cfset result = Serializejson(result,true,true)>
<cfreturn result />
</cffunction>

Thanks in advance for your attention,

--
Open BlueDragon Public Mailing List
http://www.openbluedragon.org/   http://twitter.com/OpenBlueDragon
official manual: http://www.openbluedragon.org/manual/
Ready2Run CFML http://www.openbluedragon.org/openbdjam/

mailing list - http://groups.google.com/group/openbd?hl=en

Reply via email to