Tag Archive: 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
Simplify AJAX with AjaxML
AjaxML is a jQuery plugin that makes it super simple to create ajax requests by reducing the amount of code that has to be written.
Much of the code is written as an extension to HTML by adding new attributes to elements but because of this, if your using strict xhtml, your pages are not going to validate to w3c guidelines.
The plugin has many features including:
- events for starting, during and a successful completion of a request as well as error handling
- various methods of inserting into a target element such as before, after, replace and into
- passing parameters
- ability to process requests on all types of form controls including file uploads
- form validation to prevent the form from being submitted
- putting each request in to the browser history
Currently, only html can be returned in the request, but development is currently being done to also return json and xml.
- http://www.ajaxml.com/
- jQuery, Hashchange Plugin (optional)
- GPL Version 3 License
- AJAX, 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







