#3273 closed enhancement (fixed)
use getElementsByClassName in selector engine
Reported by: | dalangalma | Owned by: | john |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | selector | Version: | 1.2.6 |
Keywords: | Cc: | dalangalma, flesler | |
Blocked by: | Blocking: |
Description
It would be nice if new versions of jQuery made use of getElementsByClassName, now that Firefox 3, Opera 9.5 and Safari 3.1 all support it. It could lead to huge performance gains on class selectors.
Change History (3)
comment:1 Changed 15 years ago by
Cc: | dalangalma flesler added |
---|---|
Owner: | set to john |
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Yep, fixed in Sizzle and landed in jQuery.
Note: See
TracTickets for help on using
tickets.
Looks like this is satisfied by the Sizzle integration in 1.3. Feel free to close it, as I can't.