Skip to content

Latest commit

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

This is the README file for console.js
=
A simple, yet powerful debug console written in javascript that opens a pop-up window when the class is instantiated and the class debug var is set to true. Allows you to send logging data from your javascript code to the console while running your code.
=
Here is an example on how to use this javascript module:
<script type="text/javascript" src="/js/console.js"></script>
<script type="text/javascript">
var debug;
debug = jsconsole.init('jsconsole');
debug.width = 300;
debug.left = 0;
debug.open();
browser = navigator.userAgent.toLowerCase();
debug.log("User Agent Match: "+browser.match("chrome")+", "+browser);
</script>

About

javascript console for debugging

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages