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 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 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 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.