jquery隐藏所有图像但不隐藏第一个
大家好,我正在尝试制作此幻灯片效果 http://tinyurl.com/628z32d
但我对 jquery 很陌生,所以我需要一些帮助: ),我怎样才能隐藏#big-mage div中的所有大图像并隐藏它们?然后只显示第一个。
你们有一个简单易懂的幻灯片效果教程吗?我很高兴:)
谢谢!
这就是我所拥有的 http://jsfiddle.net/bF9xy/
Hello all im trying to make this slide effect http://tinyurl.com/628z32d
but im new to jquery so i need a little help :), how can i hide all the big image in the #big-mage div and hide them? and then only show the first.
do you guys have a good simple to understand slide effect tutorial i will be glad to :)
Thanks!
this is what i have http://jsfiddle.net/bF9xy/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
尝试这样:
或使用 $.not() 过滤掉不需要的元素:
Try like this:
or use the $.not() to filter out unwanted elements:
试试这个代码:
try this code: