|
Installation
Installing devbarjsThe installation of devbarjs requires nothing more than adding the provided JavaScript and CSS files to any page you want the bar to show up on. devbarjs will do the rest for you.
<link rel="stylesheet" href="devbar-full.css" type="text/css" media="all" />
<script type="text/javascript" src="devbar-full.js"></script>
<link rel="stylesheet" href="logger.css" type="text/css" media="all" />
<link rel="stylesheet" href="devbar.css" type="text/css" media="all" />
<script type="text/javascript" src="yahoo-dom-event.js"></script>
<script type="text/javascript" src="dragdrop-min.js"></script>
<script type="text/javascript" src="logger-min.js"></script>
<script type="text/javascript" src="yahoo-min.js"></script>
<script type="text/javascript" src="cookie-min.js"></script>
<script type="text/javascript" src="jquery-1.3.2.js"></script>
<script type="text/javascript" src="devbar.js"></script> |
► Sign in to add a comment