javascript - jQuery Validation Tool - Exact Text String Method -


Does anyone know how to create a way within the jQuery validation tool to require an exact text string ? (Upper / lowercase does not matter)

Besides where is the method actually kept?

- Broad

  $ Validator.edith ("shouldfoofu", function (value, element) {return (value Taylor cass & value.toLowerCase) == = "Foo"));}, "should be foo!");  

Keep it anywhere. Until it runs before verification, it will work.


Comments