Category: Forms
Check Mis-Spellings in Email Form Fields
Mailcheck.js is a jQuery plugin that checks the spellings of domain names when entered in a form field and suggests the correct spelling if spelled incorrectly.
By default, it will check the most common domain names used for email such as gmail and hotmail but it is also possible to pass your own list as an option.
There are two callbacks, suggested and empty. Suggested is called when there is a suggestion and Empty is called when there are no suggestions.
- https://github.com/Kicksend/mailcheck
- jQuery
- Licensed under the MIT License.
- Email, Forms, jQuery, Plugin, Validation
- 0 Comments
Sisyphus – Autosave Forms with Local Storage
Sisyphus is a lightweight(4.5 kb) jQuery plugin that uses local storage to auto save forms and prevents data that has not been submitted from being lost in the event of a power failure or a browser crash.
Optionally, the plugin allows you to customise how frequently the form is saved and to specify any fields excluded from saving.
There are also three callback functions that allow you to perform your own operations when a form is saved, a form is restored and when the form is freed of previously stored data.
- http://simsalabim.github.com/sisyphus/
- jQuery 1.2+
- MIT License
- Forms, Javascript, jQuery, Plugin
- 0 Comments
jQuery UI Virtual Keyboard
Virtual Keyboard is a jQuery UI plugin that is packed with features, compatible with theme roller, works with jQuery mobile and would ideal for use in a touch screen kiosk.
It supports many keyboard layouts including qwerty, alphabetic, numeric, Dvorak, regional layouts or any other custom layout. The entire keyboard can be easily customised with CSS.
It features ARIA support, an auto-complete extension, placeholder support and built-in validation. It can even be used as a calculator.
There are far too many features to list but thankfully the documentation is extremely in-depth with example layouts and demo’s, a guide to theming and example code for the options, callbacks, events and methods.
- http://mottie.github.com/Keyboard/index.html
- jQuery, jQuery UI
- MIT License
- Forms, Javascript, jQuery, Keyboard, Plugin
- 1 comment
jQuery Credit Card Validation Plugin
jQuery Credit Card Validator is a plugin to validate card numbers by card type, number length and luhn checksum.
It works by testing these three parameters and returning them as an object on each key-press event.
The following card types are supported:
- American Express
- Diners Club Carte Blanche
- Diners Club International
- Diners Club United States & Canada
- Discover Card
- JCB
- Laser
- Maestro
- MasterCard
- Visa
- Visa Electron
- http://paweldecowski.github.com/jQuery-CreditCardValidator/#supported_card_types
- jQuery
- Creative Commons Attribution-ShareAlike 3.0 Unported License
- Forms, Javascript, jQuery, Plugin, Validation
- 0 Comments







