Skip to content

Instantly share code, notes, and snippets.

@SidneyAllen
Created December 14, 2011 17:11
Show Gist options
  • Save SidneyAllen/1477496 to your computer and use it in GitHub Desktop.
Save SidneyAllen/1477496 to your computer and use it in GitHub Desktop.
jqm-cf-subscribe-05
<cfscript>
returnObj = StructNew();
returnObj['url'] = url;
</cfscript>
<script>
ec = <cfoutput>#serializeJSON(returnObj)#</cfoutput>;
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment