Documentation now linked
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: [js] $('div.foo').find('a').hide().end(); [/js] You can click on the function names "find," "hide" and "end" for more information on the functions. These definitions are culled from the […]