From e7ad2e0d4b2cc6ec0fbcc97925150975cd3e98dd Mon Sep 17 00:00:00 2001 From: "Donald J. Patterson" Date: Wed, 24 Jun 2020 16:23:06 -0700 Subject: [PATCH] fixing the jQuery syntax I had to make the changes above to get my system to work. If it wasn't jQuery and was document.findElementByID() I think it would work as the way this doc is written. --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 7ed14d7..8c370d2 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ EX: Initialize id `chkSwitch` with a single line of JavaScript. ``` @@ -90,7 +90,7 @@ EX: Initialize id `chkSwitch` with a single line of JavaScript.