1) I'm just starting to use jQuery in projects but also I'm already
using Jack Slockum's JSBuilder (http://code.google.com/p/js-builder).
This tool makes compression of .js files and have feature of gettin
all files together. So the problem is that when I made project with
jQuery (unpacked) it trows exception. So I tried to manage where the
problem is, it appeared that problem in jQuery code. I've managed it
this way: thinking, that js validation in JSBuilder made by JSLint
library (http://www.jslint.com), I've put all jQuery unpacked code
there, and got 67 problems of different type. Is it OK? When I've put
packed version of jQuery, there were also lots of problems, but all of
them were about missing space between different things.

2) Is there any version of jQuery unpacked code with comments in style
of ScriptDoc (http://www.scriptdoc.org), or .sdoc file with such
comments? It could be much useful.

P.S. Sorry for bad English, it's not my native language.

Reply via email to