Re: [jQuery] Early Docs Prorotype

2006-08-09 Thread Clodelio Delfino
Thanks John...exploring it now c,)

cheers

John Resig wrote:
 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
 discuss@jquery.com
 http://jquery.com/discuss/


   



___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Early Docs Prorotype

2006-08-09 Thread Dave Benjamin
If you put an overflow-y: scroll on the body, it'll keep the page from 
jumping around when the scrollbar appears. This works in recent versions 
of FireFox, though it started out as an IE-only extension.

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/