Modify ↓
Ticket #4294 (closed bug: fixed)
typo in jquery-1.3.2.js comment
| Reported by: | tomviner | Owned by: | flesler |
|---|---|---|---|
| Priority: | trivial | Milestone: | 1.4 |
| Component: | docs | Version: | 1.3.2 |
| Keywords: | typo | Cc: | |
| Blocking: | Blocked by: |
Description
Should be "context" not "content".
line 75: HANDLE: $(expr, [context]) line 76: (which is just equivalent to: $(content).find(expr)
should be: line 76: (which is just equivalent to: $(context).find(expr)
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.

Finally an easy to solve problem. Can you attach a test case? :-)