Modify ↓
Ticket #4163 (closed enhancement: fixed)
Please Add $(this) in selector section to show that this can select "itself"
| Reported by: | alucard01 | Owned by: | |
|---|---|---|---|
| Priority: | trivial | Milestone: | 1.3.2 |
| Component: | unfiled | Version: | 1.3.1 |
| Keywords: | this | Cc: | |
| Blocking: | Blocked by: |
Description
I found that sometimes it is necessary to select it's own in jquery code, however, it is hard to find how to refer to "its own" in jquery.
Actually I found the $(this) in css section in order to know how to refer "its own".
So I hope that it can be added to selector section & let developer know what it means.
Thank you very much.
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.

This is made clear in the api.jquery.com docs for jQuery() introduced in 1.4.