Nice! Only comment I have at this point is that if you click a function to expand it, maybe you might consider closing any other expanded item first?
<!----------------//------ andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --------------//---------> -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of John Resig Sent: Wednesday, August 09, 2006 12:47 AM To: [email protected] Subject: [jQuery] Early Docs Prorotype Hi Everyone - I've been busy the past couple nights working on the new documentation. You can see it being generated on the fly here (this is also in SVN, rev 172 - look in the docs folder): http://john.jquery.com/jquery/docs/ It's still very basic, pretty crude - and missing a couple functions (including the Ajax module) but it's getting there. The big feature that I'm going to work in next is going to be categorization by category - this way you can find all the methods related to DOM traversing (for example) right on one page. Any/all feedback is appreciated - let me know if you spot any specific bugs - and especially bugs with the actual docs themselves. Some tech details: - The docs are (currently) written inline inside of the jQuery javascript files using a pseudo-JSDoc-like way of writingi docs. - This is parsed out with a simple Perl program and converted to two JSON files. - These files are then loaded into the docs html page that you see. - I use a re-written version of Klaus' pager plugin and an un-touched copy Sam's tooltip code to help make things run smoothly. - I also use strictly JSON/JSONP/JSONT to get the job done - no AJAX needed :-) All feedback is appreciated! --John _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/ _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
