diff --git a/.docs/README.md b/.docs/README.md index 3302090..6f6ab8b 100644 --- a/.docs/README.md +++ b/.docs/README.md @@ -87,7 +87,13 @@ Option | Description **focusScreenOffsetY** | vertical screen offset in px to scroll after focusing element with error (useful when using fixed navbar menu which may otherwise obscure the element in focus); or use "false" for default behavior #### Special features + * **Form on load validation** - Adding class `validate-on-load` to form element will execute its validation immediately after page is loaded. ### Advanced + You can edit/replace methods `LiveForm.addError` (shows error message), `LiveForm.removeError` (hides error message), `LiveForm.showValid` (show message if input is correctly filled), `LiveForm.setupHandlers` (sets handlers up for inputs, like focus, blur, onkeyup). These methods can be altered to support some JS framework, ie. jQuery. + +### Authors + +This script is based on work of **Robert Pösel**, **zakrava**, **Radek Ježdík**, **MartyIX** and **David Grudl**. Thank you guys. diff --git a/README.md b/README.md index 39902ec..eed9ce5 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ ![](https://heatbadger.now.sh/github/readme/contributte/live-form-validation/)
- + + @@ -16,16 +17,20 @@ Website 🚀 contributte.org | Contact 👨🏻💻 f3l1x.io | Twitter 🐦 @contributte
++Website 🚀 contributte.org | Contact 👨🏻💻 f3l1x.io | Twitter 🐦 @contributte +
+ ## Documentation For details on how to use this package, check out our [documentation](.docs). ## Versions -| State | Version | Branch | Nette | PHP | -|-------------|---------------|----------|-------|---------| -| dev | `dev-master` | `master` | 3.0+ | `^7.4` | -| stable | `^0.1` | `master` | 3.0+ | `^7.3` | +| State | Version | Branch | +|-------------|---------------|----------| +| dev | `dev-master` | `master` | +| stable | `^1.9.0` | `master` | ## Development @@ -34,57 +39,9 @@ See [how to contribute](https://contributte.org/contributing.html) to this packa This package is currently maintaining by these authors. - + -### Authors - -This script is based on work of **Robert Pösel**, **zakrava**, **Radek Ježdík**, **MartyIX** and **David Grudl**. - -**Thank you all!** - -- - - - - Robert Pösel - | -- - - - - Zakrava - | -- - - - - Radek Ježdík - | -- - - - - Martin Vseticka - | -- - - - - David Grudl - | -