Sean Ford
Member since Aug 24, 2010
- Profile: /members/6728-sean-ford.htm
- URL: http://www.spfmgmt.com
- Comments: 1
Recent Blog Comments By Sean Ford
-
Using jQuery To Pass Arrays To Remote ColdFusion Components
Posted on Aug 24, 2010 at 1:13 AM
Ben, I took a different approach to this. I'm encoding each variable as a JSON string using the json2.js library before using getJSON. I then use OnCFCRequest (CF9, but could use onRequestStart in older versions) to loop through each variable in the Arguments scope and see if it is JSON encoded. ... read more »