> Hm, spiffy, that does look like just what I'm looking for. Thanks! > > Is that documentation page based on dev, beta, or latest? > > I'm fast getting the impression that the jQuery web site docs are well out > of date compared to the current version. Is the temp link you listed > auto-generated? It would be really nice to have auto-generated docs built > out of code comments (a la JavaDoc and PHPDocumenter) available on the > site for each of the main trees (dev, beta, latest). Is there a > Javascript equivalent for documentation?
That's exactly what I'm working on right now. The link that I sent you (which is temporary) is the documentation version of the SVN version of jQuery: http://jquery.com/src/jquery-svn.js This is built on the fly from the comments in the code - so it should always reference the most recent version of the code on the site. --John _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
