Modify ↓
Ticket #11039 (closed bug: worksforme)
$() is not in the API documentation
| Reported by: | twhitmore.nz@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | unfiled | Version: | 1.7.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Since $('my selector') is pretty much the *core* API for using jQuery, it would be nice if it was *present* at all; and preferably up front (say, first); in the API docs.
I can't even find $( on that page. Pretty big omission for anybody, starting from first principles, figuring out what that $('#myContentDiv') expression is meant to do.
I'll raise it as a DOCS BUG since $ is the primary jQuery API.
Hope this helps. Thanks.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

jQuery() is the long name for $(), most intros to jQuery will mention this. We've never had this issue brought up before so I am going to assume most people found their way to it.