CARVIEW |
Select Language
HTTP/1.1 301 Moved Permanently
Server: nginx
Date: Sat, 11 Oct 2025 19:40:00 GMT
Content-Type: text/html
Content-Length: 162
Location: https://bugs.jquery.com/ticket/13744/
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 19:40:00 GMT
Content-Type: text/html
Last-Modified: Wed, 18 Sep 2024 14:30:34 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
ETag: W/"66eae40a-308c"
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
#13744 (Move jQuery.fn.size to deprecated) - 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
#13744 closed feature (fixed)
Opened April 07, 2013 11:54AM UTC
Closed April 08, 2013 08:25AM UTC
Last modified May 09, 2013 02:35AM UTC
Move jQuery.fn.size to deprecated
Reported by: | m_gol | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.10 |
Component: | core | Version: | 2.0b2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Pros:
- deprecated code is in the proper module
- -7 bytes minified gzipped when excluding deprecated (with regards to custom:-deprecated without moving jQuery.fn.size)
Cons:
- +2 bytes minified gzipped for the full build.
Thoughts?
Attachments (0)
Change History (4)
Changed April 07, 2013 11:56AM UTC by m_gol comment:1
Changed April 08, 2013 08:25AM UTC by m_gol comment:2
resolution: | → fixed |
---|---|
status: | new → closed |
Changed April 08, 2013 06:30PM UTC by dmethvin comment:3
milestone: | None → 1.10 |
---|
Changed May 09, 2013 02:35AM UTC by dmethvin comment:4
component: | unfiled → core |
---|---|
priority: | undecided → low |
Pull request: https://github.com/jquery/jquery/pull/1229