javascriptparsley.js

How to change default parsley.js UI/UX behaviour?


Here is documentation about UI/UX (link). But default parsley.js mottos not suitable for my project, especially the following:

  1. Quick error removal: when a field is detected and shown as invalid, further checks are done on each keypress to try to quickly remove error messages once the field is ok.

Now I've set {uiEnabled: false} and want manually to implement behaviour, which is suitable for me. Here is few thing I need:

How can I implement this with parsley.js?


Solution

  • Good luck.