Skip to content

ssoper/jquery-inspect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

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

No packages published