# Tuesday, November 14, 2006

jsdump is to js what cfdump is to...

The Dump method is based on one of the tags available in Coldfusion ( <cfdump> ) providing the ability to display simple and complex variables in a user friendly way that is perfect for debugging/inspecting data. There is no way to do this with javascript and often I had wanted a method to do this. This method will do just that allowing for an infinite amount of data nesting complete with color coding for different data types, the ability to show/hide the data's type (String/Number/Boolean/Object/Array/Function), expandable and collapsible tables/keys and cross browser support.

[ Javascript Struct : Net Grow Web Design Sydney, Australia ]

I gotta say, CFDUMP is a hot tag, and this is a hot extension of that idea for javascript.

Brought to my attention by MetalUnderground's webmastermind, deathbringer.

#    Comments [1] |
Tuesday, November 14, 2006 8:06:02 PM (Eastern Standard Time, UTC-05:00)
IMHO, if you're creating a JavaScript structure complex enough that FireBug's console is insufficient, it's a code smell.
Comments are closed.