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 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

I have searched stackoverflow to find an answer but i can not find one.
Ok, So I've googled this problem and I have searched stack overflow but I
I know many people have had this problem and I have searched Google/Stack Overflow,
I have searched this question but didn't get / or understood the answer I
I have searched around Google and StackOverflow trying to find a solution to this,
I face some layout differences in IE and in Chrome. I have searched Stack
I have searched the internet for an answer to what could be causing EXCEPTION_ACCESS_VIOLATION
I have searched a bit on google, but didn't really found an answer to
I have searched a lot but not able to find particular solution. There are
I have searched the stackoverflow site to find if someone has recommended any good

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.