Software Details:
Version: 5.0.2
Upload Date: 6 Jun 15
Distribution Type: Freeware
Downloads: 62
Size: 324 Kb
There is no <form> tag in the DOM, so spam-bots can't see the contact form.
A an invisible field for human visitors will be added to the form.
Every time that fields gets filled in, the form will not be sent, the visitor being considered a bot, so spam.
The plugin can also be used as a stand-alone form-validator and a default-value-clearer.
The plugin's documentation is included within the demo supplied in the download package.
Features:
- Can be used for validating any kind of HTML-form, with very little effort.
- Supports three default value-validations: "required", "number" and "email-format".
- Easily extendable with custom value-validations.
- Supplies a workaround for the lack of support for HTML5 attributes and type-values.
- Great default "invalid-handler" that can be extended or customized.
- Can validate multiple input-fields for corresponding values.
- Enables a group of checkboxes to have at least one checkbox to be "required".
- Built in support for clearing the placeholder-value "onFocus".
- Automatically select the next input-field when the "maxlength" nth-character is entered.
- Supplies a workaround for IE's lack of support for the :focus-pseudoclass.
What is new in this release:
- Completely rewrote to object oriented class.
- Simplified a lot of code.
- Removed classes configuration object.
What is new in version 4.4.1:
- Added debugger script.
- Enabled showing a placeholder value for an <input type="password" />.
What is new in version 4.3.2:
- Enabled preserving native browser support for placeholder-value.
- Added validation "validationgroup".
- Added "isValid"-custom event to get or set a field valid/invalid.
- Added "selectPlaceholder"-option to globally specify the <option> for the placeholder.
- Added "data-vv-placeholder-nuber" attribute to locally specify the <option> for the placeholder.
- Added "debug"-argument to log usefull information to the console.
- Improved "requiredgroup"-validation.
What is new in version 4.2.0:
- Fixed some small bugs.
- Changed default valid- and invalid-handlers: Invalid-class will be added added to the parent element of any invalid field.
- Added "validate" custom event to the form.
- Changed "validate.hiddenFields" and "validate.disabledFields" options to "validate.fields.hidden" and "validate.fields.disabled".
What is new in version 4.0.1:
- Improved support for HTML5 data-attributes.
- Improved the usage of classnames.
- Added support for serverside validations.
- Changed names of callback function.
- Removed the usage of the alt-attribute.
- Replaced "submitform" and "resetform" public methods for "submitForm" and "resetForm" custom events.
- Improved pattern validation to HTML5 specifications.
- Added "keepAttributes" option to specify the HTML5 attributes to not remove from the markup.
What is new in version 3.1.2:
- Changed parameters for callback functions.
What is new in version 2.2.2:
- Performance improvements.
- Added option to not test for HTML5 (to improve performance).
Requirements:
- JavaScript enabled on client side
- jQuery 1 or higher
Comments not found