A colleague asked me today about how he could dump out a jQuery object and find out what was in it. There are 2 ways I know of right now. 1) AjaxCFC contains a js file call dump.js and dDumper.js include these in your page, then use
The output is appended to the bottom of the HTML in the page, so you may have to scroll down a bit. 2) is download and use the jQuery dump plugin
This plugin looks exactly like a ColdFusion dump table.