Documentation now linked

read 8 comments

A new feature has been implemented; all jQuery code snippets we post will now be linked to the appropriate part of the documentation. So, for example, when we post:

JavaScript:
  1. $('div.foo').find('a').hide().end();

You can click on the function names "find," "hide" and "end" for more information on the functions. These definitions are culled from the same XML file that powers the official API documentation.

comment feed

8 comments

  1. This is so cool! Thanks, Jonathan!

  2. This is an awesome re-mix of the documentation - great job guys!

  3. How did you all pull that off? Anything that is generally usable?

  4. sam

    how to I put Show and Hide code basic together? So confuse :(

  5. Chris

    Can you put a demo usage please?

  6. Muhammed

    Can Any body give me full tutorial of Jqery, Jscript, and Joomla... plz give me the link on my mail add.... rejected_boy@live.com

  7. The link, "the official API documentation", is dead.

Leave a Comment

IMPORTANT:

  • If you wish to post code examples, please wrap them in <code> tags.
  • Multi-line code should be wrapped in <pre><code> </code></pre>
  • Use &lt; instead of < and &gt; instead of > in the examples themselves. Otherwise, you could lose part of the comment when it's submitted.