
| home | AJAX (8) || C#.NET (7) || Coldfusion Development (16) || DHTML (15) || Flash Development (19) || jQuery (8) || MSSQL (2) || UNIX (10) |
| 6.23.08 | Javascript print_r function |
There are many versions of this file floating around - but I had to whip one together I use in almost all my development and unit/regression testing facilities. This will output a clean hierarchical div-based display of any object - at least within the browser’s recursive traversal limitations.
And here’s some output of a JSON string
Here’s the function:
Download this code: print_r.js
No comments