This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Loading…
Labels












Hi there,
The plugin works fine when validating on form submit but unfortunately I'm not sure how to tackle making it compatible with inline validation (which seems to be fired when a field is blurred). As an example value is no different to normal text inside an input from the other plugin's point of view it will always be subject to the same rules.
The only thing I can think of would be to somehow toggle the "validate" class used by that plugin when an example value is shown. However, as you can imagine, it's a really specific case; if you know of a more generic way I can make the plugin compatible I'll endeavour to implement it.