GithubHelp home page GithubHelp logo

jvverde / ht5ifv Goto Github PK

View Code? Open in Web Editor NEW
58.0 4.0 6.0 1.17 MB

HTML5 inline form validator

Home Page: http://serprest.pt/jquery/ht5ifv/docs/docs.html

JavaScript 92.38% XSLT 1.58% HTML 5.96% CSS 0.08%

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.

It give HTML5 form validation even if the browser does not yet suport them natively.

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

Paul Scallan Jr avatar Matej Hlatký avatar  avatar Ilja Livenson avatar JT5D avatar David Gonzalez avatar Rhy Moore avatar Miguel avatar Senthil Kumar avatar Vladimir Komarov avatar Sampson Orson Jackson avatar Teddy Zeenny avatar Rakesh Waghela avatar  avatar Tristan Mugford avatar Can Agriboz avatar  avatar Jürgen Genser avatar Nicolas Clerc avatar Jonas Päckos avatar Pedro Coutinho avatar Aaron Bates avatar Jeff Miller avatar Héctor Cerón Figueroa avatar Alexander R Torrijos avatar Dejan Duracoski avatar Bjarne Bülow avatar Haydar KÜLEKCİ avatar Braunson Yager avatar Alexander avatar Arnstein Henriksen avatar Jeremy Church avatar Eddie Vlagea avatar Nikolay Shkrylev avatar Vasile Cazacu avatar floop avatar Max Barnash avatar  avatar Metin avatar Dave Fearon avatar elseane avatar ilker avatar Shawn Sprehe avatar  avatar Jenia avatar Alexander Vey avatar Jeff Adams avatar Adrienne L. Travis avatar Jack Keller avatar Paolo de Dios avatar Łukasz Twarogowski avatar Imran Ansari avatar Jon R. Humphrey avatar Franck Marcia avatar Dirk Sidney Jansen avatar Lee Horrocks avatar Tobias H. Michaelsen avatar Chee Aun avatar

Watchers

James Cloos avatar  avatar Matej Hlatký avatar Paul Scallan Jr avatar

ht5ifv's Issues

supported browsers

hello,

can you please specify the range of supported browsers ?

thank you.

tinyMCE support

hi,

I have a form with some fields of various types and two tinyMCE textareas instances.
is tinyMCE validation supported ?
If so, how will the code look like ?

thank you

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.