I am trying to output a query from a .cfm page using jquery with json format. Can someone tell me what I am dong wrong?
Edit: Answer here
Edit: Just posted my cf
You can also have CF return the query from the CFC in json format: (this might be the same as putting the serialize function on it)
ie
SELECT * FROM subcategory WHERE topCatID = #Arguments.catID# ORDER BY subcat