CARVIEW |
Select Language
HTTP/1.1 301 Moved Permanently
Server: nginx
Date: Fri, 10 Oct 2025 22:45:24 GMT
Content-Type: text/html
Content-Length: 162
Location: https://bugs.jquery.com/ticket/10478/
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: Fri, 10 Oct 2025 22:45:24 GMT
Content-Type: text/html
Last-Modified: Wed, 18 Sep 2024 14:30:33 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
ETag: W/"66eae409-345b"
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
#10478 (Switch jQuery.isNaN to jQuery.isNumeric) - 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
#10478 closed enhancement (fixed)
Opened October 12, 2011 12:36AM UTC
Closed October 12, 2011 01:06AM UTC
Last modified March 08, 2012 03:11PM UTC
Switch jQuery.isNaN to jQuery.isNumeric
Reported by: | dmethvin | Owned by: | dmethvin |
---|---|---|---|
Priority: | low | Milestone: | 1.7 |
Component: | core | Version: | 1.7b1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Per discussion on several lists, we're switching from the undocumented and poorly-named jQuery.isNaN()
to the opposite-sense jQuery.isNumeric()
.
Attachments (0)
Change History (3)
Changed October 12, 2011 12:37AM UTC by dmethvin comment:1
component: | unfiled → core |
---|---|
keywords: | → needsdocs |
milestone: | None → 1.7 |
owner: | → dmethvin |
priority: | undecided → low |
status: | new → assigned |
type: | bug → enhancement |
version: | 1.6.4 → 1.7b1 |
Changed October 12, 2011 01:06AM UTC by Dave Methvin comment:2
resolution: | → fixed |
---|---|
status: | assigned → closed |
Fix #10478. Replace jQuery.isNaN with jQuery.isNumeric.
Thanks to Christian C. Salvadó for the unit tests!
Changeset: 83c08ffa1ffa778e41d728ed7fa49044dd7135f9
Changed October 25, 2011 06:16PM UTC by addyosmani comment:3
keywords: | needsdocs |
---|
Draft documentation for this has been put together by Dave. I just updated a few of the test cases. Needsdocs being removed.