Code Monkey home page Code Monkey logo

Comments (3)

jdx avatar jdx commented on May 31, 2024

Not sure if this is the problem, bust your jquery selector syntax appears to be incorrect:

#group_table input:not([id*=member_Bounced]

is missing a closing paren.

from validity.

posiczko avatar posiczko commented on May 31, 2024

Indeed, the syntax is incorrect. It should have been:

$.validity.setup({ outputMode:"label" });
$.validity.start();
$('#group_table input:not([id_=member_Bounced])').require();
$('#group_table input:not([id_=member_Bounced])').match("email");
$('#group_table input:not([id*=member_Bounced])').distinct("Members must be unique.");
result = $.validity.end();

Must have cut & pasted it incorrectly.

The error still persists, as conflicting inputs fields should be ones containing [email protected] not [email protected].

Any ideas? My JS is a bit rusty and I'd be happy to donate frosty beverages for the fix. 8-)

Thanks for help,

--p

PS

Interestingly gist editor is interpreting star in the code block in require and match statements.

from validity.

posiczko avatar posiczko commented on May 31, 2024

Hohum. Tried to simplify the problem to eliminate complex ids and other noise. The issue still persists. See https://gist.github.com/1344182

from validity.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.