The jQuery API comment system was created with the PHP system as a model. The unfortunate thing is that people often treat the comment system there as a forum or bug tracker, which quickly gets out of hand. Originally I think the idea was that most comments addressing problems or inconsistencies in the docs would be addressed and the comments themselves deleted.
The api.jquery.com site is meant to be a reference (not a tutorial) for each call. I agree with Karl that it would be great to have tutorials as well, but they don't really belong in the individual api.jquery.com pages. Usually tutorial information crosses several different methods, for example it might discuss their tradeoffs or compare/contrast them. You wouldn't want that information to be repeated on all those reference pages. So something on the best selectors or selection methods would be a tutorial. A separate tutorial could address the issues with the ajax family ($.ajax(), $().load(), $().post(), etc.) including things like cross-domain requests and jsonp considerations.