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

关于事件绑定的问题 #181

Closed gnastnosaj closed 9 years ago

gnastnosaj commented 9 years ago

iSlider加载内容的机制导致dom绑定的事件会失效,请教有效解决办法。

qbaty commented 9 years ago

可以用事件代理来做,绑定在外层元素上

gnastnosaj commented 9 years ago

dom是iSlider这样的控件怎么办呢?比如嵌套的时候

xieyu33333 commented 9 years ago

iSlider提供了一个bind方法,islider.bind('click', '#id', callback)

gnastnosaj commented 9 years ago

谢谢