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.
参见示例http://www.gigya.com/(在页脚)
有一张使用 jquery 的幻灯片,有人帮我制作这张幻灯片
你可以使用一个
简易滑块插件
用法
$(document).ready(function(){ $("#slider").easySlider(); });
其中滑块是放置幻灯片的容器 div 的 ID。