Book Image

Learning jQuery : Better Interaction Design and Web Development with Simple JavaScript Techniques

Book Image

Learning jQuery : Better Interaction Design and Web Development with Simple JavaScript Techniques

Overview of this book

Table of Contents (18 chapters)
Learning jQuery
Credits
About the Authors
About the Reviewers
Preface

jQuery Documentation


jQuery Wiki

The documentation on jquery.com is in the form of a wiki, which means that the content is editable by the public. The site includes the full jQuery API, tutorials, getting started guides, a plug-in repository, and more:

jQuery API

On jQuery.com, the API is available in two locations—the documentation section and the paginated API browser.

The documentation section of jQuery.com includes not only jQuery methods, but also all of the jQuery selector expressions:

jQuery API Browser

Jörn Zaeferrer has put together a convenient tree-view browser of the jQuery API with a search feature and alphabetical or categorical sorting:

Visual jQuery

This API browser designed by Yehuda Katz is both beautiful and convenient. It also provides quick viewing of methods for a number of jQuery plug-ins:

Web Developer Blog

Sam Collet keeps a master list of jQuery documentation, including downloadable versions and cheat sheets, on his blog: