jquery 幻灯片
我对 jquery 很陌生,学习一门新语言的最好方法就是使用它:d。
所以我试图用缩略图制作一个 jquery 幻灯片,但我可以找到如何制作幻灯片效果:p,所以我希望有人可以告诉我,也许可以展示一些易于理解的代码:)。
所以因为我想自己制作,所以我不想使用插件。
这就是我所拥有的 http://jsfiddle.net/DYYBe/
Im new to jquery and the best way to learn a new language is to work with it :d.
so im trying to make a jquery slideshow with thumbnails but i can find out how to make the slide effect :p, so i hope some one can tell me and maybe show some easy to understand code :).
so because i want to make it on my own i dont want to use plugins.
this is what i have http://jsfiddle.net/DYYBe/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定我是否正确理解了您的目的?我认为您正在追求某种幻灯片效果,例如从左侧滑动?
你看过 JQuery 文档吗?
http://docs.jquery.com/UI/Effects/Slide
至于不使用插件,这一切都很好,但是为什么要花几个小时编写一个别人已经编写的库,除非您希望它做当前库不做的事情呢?
只是一个想法。
威尔士男孩
I'm not sure I've understood correctly what you're after? I think you're after some sort of slide effect so slide from left for example??
Have you looked at the JQuery documentation?
http://docs.jquery.com/UI/Effects/Slide
And as for not using plug-ins, that's all well and good, but why spend hours writing a library that someone's already written, unless you want it to do something the current library doesn't do?
Just a thought.
Welshboy