jQuery Lint is a simple script you can download and use with jQuery. It works over the top of jQuery and diligently reports errors and any incorrect usage of jQuery. It will also, to some extent, offer guidance on best practices and performance concerns. Unlike JSLint, jQuery Lint is a runtime reporter. To use it, you need to include it, after jQuery, in your document: <script src="jquery.js"></sc