Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 823 Bytes

index.md

File metadata and controls

34 lines (23 loc) · 823 Bytes
title id game
Documentation
docs
browserquest

Welcome to Hyperform’s documentation!

Hyperform is a pure JS implementation of the HTML 5 form validation API.

Quick Start

Add Hyperform to your HTML page:

<script src="https://cdnjs.cloudflare.com/ajax/libs/hyperform/{{site.hf_version}}/hyperform.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/hyperform/{{site.hf_version}}/hyperform.css">

Use Hyperform in your Javascript:

var wrapper = hyperform(window);

From now on you are using enhanced HTML 5 form validation. 👍

Examples

See running examples that showcase how to elegantly solve common form problems with Hyperform.


💎 Next: Installation – how to get this thing up and running