From d002e9f5a10cb386089f58592abca4a01edc9518 Mon Sep 17 00:00:00 2001 From: Sergey Date: Tue, 5 Sep 2017 14:02:49 +0300 Subject: [PATCH] updated readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 20656f7..9283fb1 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,8 @@ $(function() { }); ``` +Please note that JCF does not replace original form elements with own components. It just creates additional DOM nodes to support CSS styling. All DOM events are invoked on original elements and in most cases JCF could be easily turned on or off without affecting your existing event listeners. + ## How to use JCF with AngularJS 1.x To use this script with Angular you still need to attach all scripts above (including jQuery) and also attach directive: