Coder Social home page Coder Social logo

wdi_7_js_demo_jquery_validations's Introduction

JQuery Form Validation

  1. Show how to validate Form field in the Client/Browser
  2. Validate on Form Submission.
  3. Validate on Form Submission using the JQuery Validation Plugin
  4. Use Javascript Debugging tools.
    • Chrome Inspector Panels
      • Console Know how to log to console.
      • Source.
        Use the Debugger.

Create a Comment Form.

The form should: * A Name field. This field is required and MUST be have at least two characters.
* A Email field. This field is required and MUST be have a valid email address. Hint: Use a email regular expresssion.
* A URL field. This field is no required but it you enter something then it should be a valid URL. Hint: Use a email regular expresssion.
* A Comment field is required and have at least five characters.

Validate Form

Using pure Javascript

Validate Form using a plugin.

Using JQuery Validation Plugin

wdi_7_js_demo_jquery_validations's People

Contributors

fishermanswharff avatar

Watchers

James Cloos avatar Ross Degnen avatar Jason Weeks avatar Chris R. Payne avatar Christopher Austin 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.