diff --git a/docs/click-to-nav.md b/docs/click-to-nav.md deleted file mode 100644 index 4f459ec..0000000 --- a/docs/click-to-nav.md +++ /dev/null @@ -1,16 +0,0 @@ -## Click To Nav plugin - -This plugin is included by default but disabled. In order to enable it, the option `changeOnClick` must be passed as -`true`. - -```javascript -const ws = new WebSlides({ changeOnClick: true }); -``` - -This will make every click to navigate to the next slide except for clicks that happens on the following elements: - -* `input`. -* `select` or `option`. -* `button`. -* `a`. -* Any element with the attribute `data-prevent-nav`.