nathansearles / slidesjs

SlidesJS is obsolete and no longer maintained.
https://nathansearles.github.io/slidesjs/
1.72k stars 357 forks source link

The website should mention the navigation api #561

Open thinsoldier opened 10 years ago

thinsoldier commented 10 years ago

"// You cannot use your own pagination. Sorry."

This is not exactly true. You can count the slides and set up your own pagination elements and use functions like next, previous, goto, play, stop. But I didn't see these mentioned anywhere on the website. I saw them in the code but it took me a very long time to figure out how to access them from my own code.

dcalhoun commented 10 years ago

I've never been able to get these API commands working. I'd love to see some documentation on these. :+1:

nelsonkuang commented 8 years ago

I hack to use the function like this....$(pagination).trigger("click"). :)

thinsoldier commented 8 years ago

@dcalhoun http://thinsoldier.github.io/externals/slidesjs/examples/thn-api-access/ http://thinsoldier.github.io/externals/slidesjs/examples/thn-thumbnails-1/ http://thinsoldier.github.io/externals/slidesjs/examples/thn-thumbnails-2/ http://thinsoldier.github.io/externals/slidesjs/examples/thn-validate-before-next/ http://thinsoldier.github.io/externals/slidesjs/examples/thn-one-slide/