Side navigation
#5766 closed enhancement (patchwelcome)
Opened January 07, 2010 11:07AM UTC
Closed April 12, 2011 07:58PM UTC
jQuery.support.classList
Reported by: | medz | Owned by: | rwaldron |
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | attributes | Version: | 1.4.3 |
Keywords: | classList addClass removeClass | Cc: | |
Blocked by: | Blocking: |
Description
Hi, I've tested out the use of Element.classList support in jQuery, which will be available in FF 3.6. Is this usefull for jQuery? I have implemented it for addClass / removeClass and hasClass. Probably should implement it for toggleClass as well.
Read more here: https://developer.mozilla.org/en/DOM/element.classList
Attachments (1)
Change History (6)
Changed October 24, 2010 04:59PM UTC by comment:1
component: | support → attributes |
---|---|
milestone: | 1.4 → 1.5 |
priority: | minor → low |
Changed October 24, 2010 08:10PM UTC by comment:2
status: | new → open |
---|---|
version: | 1.4a2 → 1.4.3 |
Changed November 19, 2010 04:11PM UTC by comment:3
owner: | → rwaldron |
---|---|
status: | open → assigned |
Changed December 01, 2010 03:03PM UTC by comment:4
blocking: | → 4705 |
---|
Changed December 30, 2010 04:20AM UTC by comment:5
blocking: | 4705 → 4705, 5087 |
---|
Changed April 12, 2011 07:58PM UTC by comment:6
milestone: | → 1.next |
---|---|
resolution: | → patchwelcome |
status: | assigned → closed |
classList appears to be too slow right no). If classList gets faster, or if a better patch is proposed, we'll happily land it (as it stands, there's no point in having a support test for something that we don't use in core).