javascript - jQuery validation field by range -


How can I validate the fields from the range?

I use additional methods, but I do not know how to provide parameters with my verification method via HTML.

One & lt; It is good if I can distinguish between integer and decimal in the input type. .

Are you using the plugin? This plugin makes it trivial to verify against a range.

  $ ("# myform"). Validate ({Rule: {Field: {Expected: Truth, Category: [13, 23]}}}); & Lt; Input type = "text" id = "myrange" name = "myrange" class = "field" />  

Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -