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.
寻找用 jQuery 编写的允许轮询或允许数据更新的插件,类似于此网站。
任何人都对 jQuery 有类似的想法吗?或者怎么写东西?
您可以先使用 preepend() 函数在 div 前面加上 display none。然后对于幻灯片动画使用 $("#div-1").slideToggle("slow");
要更新您的列表,您可以设置一个 ajax 函数以使用 setInterval() javascript 函数定期检查,并使用新行调用 prepend 函数。