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: unfiledcore
keywords: → needsdocs
milestone: None1.7
owner: → dmethvin
priority: undecidedlow
status: newassigned
type: bugenhancement
version: 1.6.41.7b1

Changed October 12, 2011 01:06AM UTC by Dave Methvin comment:2

resolution: → fixed
status: assignedclosed

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.