Jquery twitter 代码第一个 li 2 次
您好 Stackoverflow 用户,
我已经使用 jquery 为网站创建了一个推文摘要。现在的问题是,第一条推文显示了两次,当显示结束后,它工作得很好。
但我怎样才能使第一条推文只显示一次而不是两次。
我制作了一个小提琴,以便您可以看到出了什么问题: JSFiddle 链接
Hello Stackoverflow users,
I have created a tweet ticker with jquery for a website. The problem now is that the first tweet is showing 2 times and when that is over it is working great.
But how can i make it so that the first tweet is only shows one time and not 2 times.
I have made a Fiddle so you can see what is going wrong: JSFiddle link
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的问题似乎正在发生,因为代码在从 Twitter 下载所有数据之前正在执行以下两行 -
下面的解决方案应该可以解决该问题。
Your problem seems to be occcuring because the code is executing the following two lines, before it has downloaded all the data from Twitter -
The solution below should solve the problem.