1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-09-02 09:33:25 +02:00

Created Plugin docs (markdown)

Antonio Laguna
2017-04-19 18:29:50 +02:00
parent 8eca2263ab
commit 7527e687bd

15
Plugin-docs.md Normal file

@@ -0,0 +1,15 @@
## Click To Nav
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`.