Monday, August 26, 2013

Using JQuery to parse serialized data

Using JQuery to parse serialized data

I am using ColdFusion to ajax data from a cfc and returning the data
serialized. The console shows the data in this format. How do I parse this
with JQuery?
query('id':[1],'title':['value'],'descr':['value2'])

No comments:

Post a Comment