> I added it to the top of my custom.js file (which is included after
> jQuery) and I tried $.debug(variableName) and all it did was say
> "$.debug is not a function".

His script adds "debug" and "log" to the jQuery object so you can use it like:

$('a').debug("anchors");

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to