Side navigation
#4240 closed bug (fixed)
Opened February 25, 2009 04:09AM UTC
Closed February 25, 2009 06:29PM UTC
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
Right now jQuery.fn.find and jQuery() have some extraneous abstraction and should be optimized.
Attachments (0)
Change History (4)
Changed February 25, 2009 04:57AM UTC by comment:1
Changed February 25, 2009 02:23PM UTC by comment:2
| description: | Right now jQuery.fn.find has some extraneous abstraction and should be optimized. → Right now jQuery.fn.find and jQuery() have some extraneous abstraction and should be optimized. |
|---|---|
| summary: | Optimize .find() → Optimize .find() and jQuery() |
Changed February 25, 2009 02:23PM UTC by comment:3
I landed some more in SVN rev [6256].
Changed February 25, 2009 06:29PM UTC by comment:4
| resolution: | → fixed |
|---|---|
| status: | new → closed |
Landed more in SVN rev [6259]. I think this is good enough for now.
Landed some code in SVN rev [6255].