Tag Archives: Input box

Add Auto-Complete feature to your inputbox using jQuery

Autocomplete an input field to enable users quickly finding and selecting some value, leveraging searching and filtering. By giving an autocompleted field focus or entering something into it, the plugin starts searching for matching entries and displays a list of … Continue reading

InputMask Class for MooTools

The script itself is quite simple. It watches what you type into an input field and matches the typed character against a set of rules. You can define a mask like ’333′ which allows you to input ’033′, ’122′ but … Continue reading

Valid8 – Input field validation – jQuery Plugin

Valid8 solves both simple and complex validation scenarios. Everything from a basic required field to regular expressions, ajax requests and arbitrary javascript functions. There is nothing you can’t validate using Valid8. Validate Resource: Demo | Tutorial