This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
ssoper (author)
Sat Nov 29 20:04:20 -0800 2008
| name | age | message | |
|---|---|---|---|
| |
README | Tue Sep 02 11:38:18 -0700 2008 | |
| |
jquery.inspect.js | Sat Nov 29 20:04:20 -0800 2008 |
README
Include the plugin
<script src="jquery.inspect.js"></script>
Call the inspect method
$.inspect('This is a string'); // Uses the alert as output by default
$.inspect([1,2,3,4], 'console'); // The console log can also be utilized
$.inspect(document, 'window'); // A new window can be used for larger objects






