Why $.isNumeric() and not chainable .isNumeric() ?
Personally, I'm really glad that
parseInt() can be rewritten as chainable
.toNum() so that the readability our code can be improved. (
reference )
And that makes me think of
jQuery.isNumeric() and
jQuery.trim() . Was there a particular reason that they weren't be written as chainable
.isNumeric() and
.trim() ?