forked from ssoper/jquery-inspect
-
Notifications
You must be signed in to change notification settings - Fork 0
AoJ/jquery-inspect
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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
About
jQuery plugin that can inspect any Javascript object
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published