I think jQuery itself is a good example of how to document. Use liberal comments throughout and then take advantage of the build scripts to generate lite, minimized or packed versions as needed.
Mike On 6/14/07, Tom Holder <[EMAIL PROTECTED]> wrote:
Hi, Even with jQuery... a lot of my JavaScript is starting to becoming difficult to manage (certainly with the passing of time!) and I'd like a way to document it sensible so that it will all mean something in the future to me and anyone else that's tasked with working on it. What's the best way to do this? Thanks for your help, Tom

