A jQuery plugin to make field masks.Features :
- String/Numeric/Alpha/Mixed masks.
- Reverse Mask.
- Data type validation.
- Automatic maxlength.
- Live event’s for ajax/realtime apps.
- Callbacks.
- On-the-fly mask change.
User input is everywhere, from contact forms to sign-up formsand from surveys to complex user interfaces. Forms come in many shapes and sizes, colors and styles, but they all have something in common; validation.We’re going to build a small jQuery validation plugin based on the third concept mentioned in “The validation process”.
This tutorial assumes that you have experience in HTML and CSS as well as some knowledge of JavaScript and jQuery.
Complexify helps you to accurately gauge the quality of a user’s password to give them visual feedback, and to enforce a minimum level of security.Complexify aims to provide a good measure of password complexity for websites to use both for giving hints to users in the form of strength bars, and for casually enforcing a minimum complexity for security reasons.
Note: I use the term ‘casually’ because this is only client-side validation and anyone could turn it off. I recommend implementing a minimum length check server-side as well. In the future I may code up this algorithm for use server-side.
Happy.js is a lightweight form validation for jQuery.Happy.js will validate individual fields on blur events and all fields on submit.
Yes, there a million form validation plugins already – but I like this approach and the good news is, if you don’t, you have other options. Personally I wanted something really lightweight and extendable (because it’s hard to be happy when you’re bloated).
In this tutorial we will code an Upload Form from Impressionist UI. We will code it using the Plupload API. Plupload allows you to upload files using HTML5 Gears, Silverlight, Flash, BrowserPlus or normal forms, providing some unique features such as upload progress, image resizing and chunked uploads. This way we are able to create a very powerful upload form compatible with all browsers. So let’s get started
A plugin to select one or more array or form entries visually, for example to filter a list or replace a multiselect form element.If you toggle an option, the text changes automatically, in other words, you can use that text field in a form to submit the selection. In such a case you would of course hide the text field first.
You’re completely free to style your elements. Default setting for the tabs is a span element, but you can change that in the settings (check the plugin source, the default settings are right at the top).
Lightweight custom styled checkbox implementaion for jQuery.
Features:
A jQuery plugin that converts a normal HTML form into ajax by only including the script.
It sends the form by AJAX to the URL given in “action” property of the form. Also, the plugin uses the “method” property to use POST or GET method.Convert HTML forms into AJAX with jQuery with following features :