jVal Plugin
jVal – jQuery Form Field Validation Plugin
Example
Sample Page
Download
* jVal.js – LATEST – core jVal jQuery plugin code
* jVal.css – drives the style of the jVal flyout notifications
* jVal.html – demonstration html instantiating jVal
* remaining assets – graphics



(6)


One Comment
Browsers Tested
IE6.0.2800 – quirks (styling off), xhtml trans., loose; IE6.0.2900 – quirks (styling off), xhtml trans., loose; IE7 – quirks (styling off), xhtml trans., loose; FF – quirks, xhtml trans., loose; Safari Win 3.1.1 – quirks, xhtml trans., loose
Known Issues
* There are known formatting issues when the container block with the form field is of a certain type, display:inline-block and TD elements work best with the current version
* jVal warning/error text is larger than default Safari input[type=text] fields – isn’t symmetrical in height and position with the field.
* resizing the window fouls the placement of the jVal warning/errors as well as the fields. This could be solved by clearing the warnings/errors with the window.onResize event.