Giter Site home page Giter Site logo

动态元素bug about swipeslide HOT 2 OPEN

ximan avatar ximan commented on July 19, 2024
动态元素bug

from swipeslide.

Comments (2)

ximan avatar ximan commented on July 19, 2024

你好,可否简单讲一下什么情况下会出现什么bug?
只提供解决方案,我难加上去,非常感谢,期待你的答复!

from swipeslide.

pengaman avatar pengaman commented on July 19, 2024

html:
<div id=‘pic’><ul></ul></div>
js:
function createli(){ createnode... $("#pic").swipeSlide(); }
ul里的li是动态的,新创建li之后(例如之前有三个li,现在有一个),再次绑定pic后,新的li(也就是一个li时)依然能滑动。
当然我这是个例,因为有这个需求。
ps:还在初始化的时候加了
me.$el.children('ul').css({'-webkit-transform':'translate3d(0,0,0)','transform':'translate3d(0,0,0)'});

from swipeslide.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.