Opened 11 years ago
Closed 11 years ago
#11039 closed bug (worksforme)
$() is not in the API documentation
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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.
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.