be-fe / iSlider

Smooth mobile touch slider for Mobile WebApp, HTML5 App, Hybrid App
http://be-fe.github.io/iSlider/
MIT License
1.66k stars 448 forks source link

能否提供当前页的index呢? #235

Closed chongyuan closed 9 years ago

chongyuan commented 9 years ago

在做手机商城时,遇到一个需求:需要显示出共有几个图片,然后当前是第几个图片;

xieyu33333 commented 9 years ago

当前的index使用islider.slideIndex可以拿到

chongyuan commented 9 years ago

好的,谢谢您; islider.slideIndex 可是我在下面参数表格中并没有找到slideIndex,像slideIndex这样的参数或属性是否有表格列出呢?(就像配置参数一样的表格); 另外,共有几张图片是否是islider.length呢?

shinate commented 9 years ago

2.X 事件回调机制增加了参数, this 与 最后一个参数为islider实例上下文,第一个参数为当前index