Jquery number validation - How to validate a number with jquery ?

30th of January 2012 2

How to validate a number with jquery ?

any quick solution about how to validate a textfield from a form to be a number with jquery ?

Best answer:

Answer by Benin Churchil
Nope.

Give your answer to this question below!

Share it!

Was it good for you to?

Sponsors

Support for the site!

No sponsors at the moment.



2 great comment(s) for this post

  1. Racz 12:55 pm 30/01 of 2012

    $ (“#myform”).validate({
    rules: {
    field: {
    required: true,
    number: true
    }
    }
    });

    Reply
  2. felix 1:25 pm 30/01 of 2012

    Legend Name

    Reply

Your opinion matters. Add it below.


Tip: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>



Copyright jqueryui.info since 2010. All rights reserved. Design and the Absolute Theme by Tommie Hansen.