Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3876406
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T22:22:41+00:00 2026-05-19T22:22:41+00:00

I have a large table of text inputs for which a set of custom

  • 0

I have a large table of text inputs for which a set of custom attributes are being created on the server side. These attributes included “min” and “max” which were used with the jQuery Validate plugin.

Due to a change in the requirements (of course), we now have to update the attributes to a range type, however the Validate plugin isn’t interpreting the formatting of the range rule correctly (or perhaps it’s more accurate to say I’m not formatting the rule correctly) and now I have problems.

The generated output for the input boxes looks like this:

<input type="text" producttype="CCC" code="ESTFEE" range="460, 500" class="currency required" id="txtEstFeeCCC" value="460.00" name="txtEstFeeCCC">

I’ve also tried the following:

<input type="text" producttype="CCC" code="ESTFEE" range="[460, 500]" class="currency required" id="txtEstFeeCCC" value="460.00" name="txtEstFeeCCC">

In either case, the message returned is either:

Please enter a value between 4 and 6.

or

Please enter a value between NaN and 4

respectively. Neither of which has anything to do with the 460 – 500 range in question.

The jQuery code calling the validate function is just the vanilla call:

$("#btnSave").click(function() {
    validator.form();
    ... 
    });

How should an input attribute for jQuery Validate range be formatted so that the correct number range limit is displayed?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T22:22:42+00:00Added an answer on May 19, 2026 at 10:22 pm

    You should be able to do:

    <input type="text" id="field1" name="field1" class="{required: true, range: [460, 500]}">
    

    You could, of course, always just store the values as a range but output as min and max properties still

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have a full text index on a fairly large table of 633,569 records.
I have a large table with around half a million rows which is taking
I have a large table (between 74 and 88million rows) which is the middle
I have a large table (~ 6GB) which is bigger than my computers RAM
I have a large table with numbers only and a small font-size, which makes
I have a large mysql table (about 5M rows) on which i frequently insert
I have large URL(without spaces) in one of my Table(html table element) cell which
I have a large table on a remote server and want to keep a
I have a text file which is a 1000 Row * 40001 Column table.
I have a large table which has a background-color on each td. I also

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.