Opened 14 years ago
Closed 14 years ago
#4240 closed bug (fixed)
Optimize .find() and jQuery()
Reported by: | john | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | core | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
Right now jQuery.fn.find and jQuery() have some extraneous abstraction and should be optimized.
Change History (4)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Summary: | Optimize .find() → Optimize .find() and jQuery() |
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Landed more in SVN rev [6259]. I think this is good enough for now.
Note: See
TracTickets for help on using
tickets.
Landed some code in SVN rev [6255].