CARVIEW |
Select Language
HTTP/1.1 301 Moved Permanently
Server: nginx
Date: Sat, 11 Oct 2025 09:23:56 GMT
Content-Type: text/html
Content-Length: 162
Location: https://bugs.jquery.com/ticket/8221/
Connection: keep-alive
Reporting-Endpoints: csp-endpoint='https://csp-report-api.openjs-foundation.workers.dev/'
Content-Security-Policy: default-src 'self'; script-src 'self' 'wasm-unsafe-eval' code.jquery.com; connect-src 'self'; img-src 'self' secure.gravatar.com; style-src 'self'; media-src 'self' content.jquery.com; report-uri https://csp-report-api.openjs-foundation.workers.dev/; report-to csp-endpoint
HTTP/1.1 200 OK
Server: nginx
Date: Sat, 11 Oct 2025 09:23:57 GMT
Content-Type: text/html
Last-Modified: Wed, 18 Sep 2024 14:30:36 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
ETag: W/"66eae40c-3b84"
Reporting-Endpoints: csp-endpoint='https://csp-report-api.openjs-foundation.workers.dev/'
Content-Security-Policy: default-src 'self'; script-src 'self' 'wasm-unsafe-eval' code.jquery.com; connect-src 'self'; img-src 'self' secure.gravatar.com; style-src 'self'; media-src 'self' content.jquery.com; report-uri https://csp-report-api.openjs-foundation.workers.dev/; report-to csp-endpoint
Content-Encoding: gzip
#8221 (removeAttr comments) - jQuery - Bug Tracker
jQuery issues have moved to GitHub. This site is now a static archive of the old Trac bugs site. Some functions and pages are no longer available.
Skip to main content
Bug Tracker
Side navigation
#8221 closed enhancement (duplicate)
Opened February 09, 2011 01:21PM UTC
Closed April 15, 2011 03:41AM UTC
Last modified April 15, 2011 03:41AM UTC
removeAttr comments
Reported by: | jerone | Owned by: | rwaldron |
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | attributes | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Why does removeAttr
has an fn
argument, but is it never used?
Second, why can't I remove multiple attributes and do I have to call removeAttr
multiple times?
Attachments (0)
Change History (6)
Changed February 09, 2011 01:46PM UTC by rwaldron comment:1
description: | Why does `removeAttr` has an `fn` argument, but is it never used? \ https://github.com/jquery/jquery/blob/master/src/attributes.js#L30 \ \ Second, why can't I remove multiple attributes and do I have to call `removeAttr` multiple times? → Why does `removeAttr` has an `fn` argument, but is it never used? \ \ \ Second, why can't I remove multiple attributes and do I have to call `removeAttr` multiple times? |
---|---|
owner: | → rwaldron |
status: | new → assigned |
Changed February 09, 2011 02:04PM UTC by jitter comment:2
Changed February 09, 2011 02:28PM UTC by jitter comment:3
component: | unfiled → attributes |
---|---|
priority: | undecided → low |
Changed April 15, 2011 03:41AM UTC by timmywil comment:4
component: | attributes → selector |
---|---|
resolution: | → duplicate |
status: | assigned → closed |
fn has been removed. This is now just a duplicated.
Changed April 15, 2011 03:41AM UTC by timmywil comment:6
component: | selector → attributes |
---|