#10478 closed enhancement (fixed)
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()
.
Change History (3)
comment:1 Changed 12 years ago by
Component: | unfiled → core |
---|---|
Keywords: | needsdocs added |
Milestone: | None → 1.7 |
Owner: | set to dmethvin |
Priority: | undecided → low |
Status: | new → assigned |
Type: | bug → enhancement |
Version: | 1.6.4 → 1.7b1 |
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 12 years ago by
Keywords: | needsdocs removed |
---|
Draft documentation for this has been put together by Dave. I just updated a few of the test cases. Needsdocs being removed.
Note: See
TracTickets for help on using
tickets.
Fix #10478. Replace jQuery.isNaN with jQuery.isNumeric.
Thanks to Christian C. Salvadó for the unit tests!