Bug Tracker

Opened 12 years ago

Closed 12 years ago

Last modified 11 years ago

#9447 closed enhancement (fixed)

Modify withinElement() to use $.contains

Reported by: [email protected] 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:2 Changed 12 years ago by dmethvin

Status: newopen

comment:3 Changed 12 years ago by dmethvin

Component: unfiledevent
Priority: undecidedlow

comment:4 Changed 12 years ago by rwldrn

Resolution: fixed
Status: openclosed

comment:5 Changed 11 years ago by anonymous

Pull Request jeremy scott uk

Note: See TracTickets for help on using tickets.