mobify / scooch

A mobile-first JavaScript-driven content and image carousel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docs should include something about having multiple sliders in one page.

dennislzf opened this issue · comments

Docs should include whether you need to initialize scooch 3 times on 3 separate class names, or just once on one class name

@dennislzf can you expand on this a little bit more?

I think the docs meet my expectation as a user as they are currently written. If you do something like $('.scooch').scooch(); I would expect that this initializes scooch for all DOM nodes which have the scooch class name.