Code Monkey home page Code Monkey logo

ht5ifv's Introduction

The jQuery ht5ifv plugin is an extensible and highly configurable jquery plugin which 
allows validation of the HTML5's forms while the user is typing.

It is extensible because it allows the programmer to define new restrictions beyond
those already defined by HTML5.

It is highly configurable because not only does it allow changes to the validation 
rules defined by HTML5, but also the addition of new ones.

Moreover, although assuming, by default, behaviors and ways to flag the errors in a 
very intuitive manner, it also provides the developer with complete freedom to redefine 
or even suppress them.
-----------------------------
How to use it

	<script 
		src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js " 
		type="text/javascript" 
		charset="UTF-8">
	</script>

	<link 
		rel="stylesheet" 
		type="text/css" 
		media="screen" 
		href="http://serprest.pt/jquery/ht5ifv.css "/>
 
	<script 
		type="text/javascript" 
		src="http://serprest.pt/jquery/jquery.ht5ifv.js " 
		charset="UTF-8">
	</script>

	<script type="text/javascript" charset="UTF-8">      
		$(document).ready(function(){
			$('form').ht5ifv();
		});
	</script>
---------------------------
For more details and options see the documentation available from http://serprest.pt/jquery/ht5ifv/docs/docs.html and from http://paginas.fe.up.pt/~jvv/jquery/ht5ifv/docs/docs.html

ht5ifv's People

Contributors

jvverde avatar

Stargazers

 avatar

Watchers

 avatar  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.