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