GithubHelp home page GithubHelp logo

civem.js's Introduction

Custom Input Validation Error Messages

HTML5 form validation error messages are hard-coded to the browser. Civem.js lets you easily change them to whatever you wish. For translation or consistency with your server-side error messages. Civem.js does not depend on any library or framework, so you can use it without a doubt.

Quick Start

  1. Grab the latest download
  2. Add the civem.js script to your page
  3. Start using the custom error message attributes on your input, textarea and select elements

API

Any input, textarea or select element may contain:

  • data-errormessage a generic error message

Validity state specific error messages:

  • data-errormessage-value-missing
  • data-errormessage-type-mismatch
  • data-errormessage-pattern-mismatch
  • data-errormessage-too-long
  • data-errormessage-range-underflow
  • data-errormessage-range-overflow
  • data-errormessage-step-mismatch
  • data-errormessage-custom-error

Demo

At jsFiddle.

Tested on

  • Firefox 17.0.1
  • Chrome 23.0.1271.97

Developing

  1. Fork
  2. Make your modifications
  3. Commit
  4. Make sure you have node and npm installed
  5. Install the required dependencies: npm install node-fs dot uglify-js gits read needle
  6. Install jake: npm install jake -g
  7. Compile and minify: jake
  8. Test
  9. Create a pull request
  10. ???
  11. Profit!

civem.js's People

Contributors

hleinone avatar xmlmxmlmx avatar gpedro avatar

Watchers

Bruce.Wu avatar  avatar

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.