JQuery Debugger

UPDATE:: Please see also http://gioorgi.com/2010/jquery-trainer/ about JQuery Training

JQuery Debugger is a small debugger developed by Gio, for every day ajax development.
JQuery Debugger is very light and not-intrusive. It places a “view source” button.

The “View source” button pop up a window with the html source

It is still in beta stage, but you can try it out.

Speed Intro

  1. Grap the last JQuery, and include it in you pages
  2. Download the debugger.js script here [download id=”4″]
  3. Add the following lines to the footer of all your html pages:
    <script type=”text/javascript”>DEBUG = true;</script>
    <script src=”./debuggerBeta1.js” type=”text/javascript”></script>
    <div id=’debugger_bottom_bar’/>
  4. Give me your feedback with a comment below!

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.