CARVIEW |
Select Language
HTTP/1.1 301 Moved Permanently
Server: nginx
Date: Sat, 11 Oct 2025 07:06:03 GMT
Content-Type: text/html
Content-Length: 162
Location: https://bugs.jquery.com/ticket/7649/
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 07:06:03 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-2fb5"
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
#7649 (Enhance removeAttr()) - 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
#7649 closed enhancement (duplicate)
Opened November 28, 2010 08:02PM UTC
Closed December 01, 2010 02:09AM UTC
Last modified December 01, 2010 02:09AM UTC
Enhance removeAttr()
Reported by: | Motty | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.6 |
Component: | attributes | Version: | 1.4.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I would like the removeAttr() function remove multiple attributes. Maybe copy the removeClass() method and separate the attributes by spaces:
$(selector).removeAttr('disabled style')
Attachments (0)
Change History (4)
Changed November 29, 2010 08:44PM UTC by snover comment:1
keywords: | → needsreview |
---|
Changed December 01, 2010 01:45AM UTC by Motty comment:2
Replying to [comment:1 snover]:
Sorry, didn't realize this is a duplicate of #5479 - almost word for word o.O
Changed December 01, 2010 02:09AM UTC by jitter comment:3
component: | unfiled → attributes |
---|---|
keywords: | needsreview |
priority: | undecided → low |
resolution: | → duplicate |
status: | new → closed |