Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想要一个垂直的新闻提要代码,其中每个元素显示几秒钟,然后仅使用 javascript 替换为下一个元素(因为 jQuery 似乎导致我正在处理的页面中使用的其他库出现问题)。
有什么推荐的 JS 库可以使用吗?
如果 jQuery.noConflict() 与其他库发生冲突,您可以使用它。
http://api.jquery.com/jQuery.noConflict/