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

  • Home
  • SEARCH
  • 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 3800220
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T13:51:33+00:00 2026-05-19T13:51:33+00:00

I have searched stack overflow and can’t find an answer to my question. I

  • 0

I have searched stack overflow and can’t find an answer to my question.

I am using bassistance jquery validation plugin, and it is working well all except for one particular section, custom methods.

The methods are working it is just that calling $(‘selector’).valid() is telling me the element is invalid, even though it should be valid.

This is due to the this.optional(element) returning “dependency-mismatch”.

My question is:

What does dependency-mismatch mean when checking for optional on an element?

Does dependency mean that it is optional, but has other dependencies?

So should my custom method check the optional field for “dependency-mismatch”??

I am unclear what it is suppose to return and why.

should my custom method also return dependency-mismatch? or should I deal with it??

This is my custom method:

$.validator.addMethod(
        "ukphonenumber",
        function (value, element, validate) {

            if (validate) {
                var regexp = "\\s*\\(?((\\+0?44)?\\)?[ \\-]?(\\(0\\))|0)((20[7,8]{1}\\)?[ \-]?[1-9]{1}[0-9]{2}[ \\-]?[0-9]{4})|([1-8]{1}[0-9]{3}\\)?[ \\-]?[1-9]{1}[0-9]{2}[ \\-]?[0-9]{3}))\\s*";
                var re = new RegExp(regexp);
                return this.optional(element) || re.test(value);
            }
            else {
                return true;
            }
        },
        "Please check your input."
    );

And this adding the rule to my input:

$("#<%=txtTelephoneNumber.ID %>").rules("add", {
            required: false,
            ukphonenumber: true,
            messages: {
                required: "Please enter your telephone number",
                ukphonenumber: "Your telephone number is invalid"
            }
        });
  • 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-19T13:51:33+00:00Added an answer on May 19, 2026 at 1:51 pm

    I also emailed the developer of the library and got this response: Which solved the problem.

    is there any reason to use required:false instead of required:true? If the field isn’t required, leave out the required rule instead of setting it to false.

    You could also try and leave out the call to this.optional(element) within your custom method.

    Regards
    Jörn

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

Sidebar

Related Questions

How can I find the parameters of an undocumented Dll function? I have searched
Ok, So I've googled this problem and I have searched stack overflow but I
I have searched Google and Stackoverflow for this question, but I still don't understand
I searched around google and stackoverflow, but didnt quite find the right answer. im
I have searched around, and it seems that this is a limitation in MS
I have searched but apparently my google foo is weak. What I need is
I've have searched on this and it seems to be a catch all, unfortunately
I've searched for this a little but I have not gotten a particularly straight
I am creating one application in .net MVC, in which I am using jQuery
Question: Can anyone please provide a full code example that shows how one does

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.