#9447 closed enhancement (fixed)
Modify withinElement() to use $.contains
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | event | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
This method currently performs its own search to see if one element is inside another. It should use $.contains instead, reducing code size and (possibly) being faster since $.contains uses native methods.
Change History (5)
comment:1 Changed 12 years ago by
comment:3 Changed 12 years ago by
Component: | unfiled → event |
---|---|
Priority: | undecided → low |
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Note: See
TracTickets for help on using
tickets.
Pull Request: https://github.com/jquery/jquery/pull/396