My favorites | Sign in
Project Logo
                
People details
Project owners:
  chris4403

rosy.js --- javascript library (Logging and Command console)

Logging

usual use

Include rosy.js like this in your page.

<script type="text/javascript" src="js/rosy.js"></script>

And use rosy log window like this.

var rlog = new RosyLog();
rlog.use = true;
rlog.debug('hoge');
rlog.d('h');

If you select "rlog.use = true " ,you will see rosy log window then your javascript code is executed.

bookmarklet

Let's use rosy log window bookmarklet. http://dev.chrisryu.com/data/rosy/bookmarklet.html In this page, you can resist rosy log window bookmarklet.

and please execute this bookmarklet in any page. you can use rosy log console, which can execute javascript in that page.









Hosted by Google Code