[jQuery] Data-inspection jQuery plugin?

[jQuery] Data-inspection jQuery plugin?

Hello.<div><br class="webkit-block-placeholder"></div><div>I've been looking for a data-inspector plugin for jQuery, to use during debugging.</div><div><br class="webkit-block-placeholder"></div><div>The functionality I'm interested in is similar to the one offered by Firebug's data inspection window.  I.e. it should let one inspect an arbitrarily deep JavaScript data element.  (It would be great if it could detect cyclic data structures to avoid the infinite recursion in the display.  But the fact that Firebug doesn't do this tells me that the problem may be somewhat non-trivial.)</div>
<div><br class="webkit-block-placeholder"></div><div>I have not been able to find such a plugin, but if you know of one, please let me know.</div><div>
</div><div>But, assuming that such plugin isn't publicly available yet, I'll have to roll my own.  If you know of any other plugins that may facilitate this task, please let me know.  In particular, any plugin that implements the display of nested structures (with collapsible/expandable elements) would be helpful.</div>
<div><br class="webkit-block-placeholder"></div><div>Thanks in advance!</div><div><br class="webkit-block-placeholder"></div><div>kynn</div><div><br class="webkit-block-placeholder"></div><div><br class="webkit-block-placeholder">
</div>