我发现了一个 jquery 图像旋转脚本,并向图像添加超链接会破坏动画
发现这篇关于使用 jquery 进行图像交换的精彩文章:
http://jquery-howto.blogspot.com/2009/05/replacing-images-at-time-intervals.html
您建议我如何超链接图像?
Found this great article on using jquery for image swapping:
http://jquery-howto.blogspot.com/2009/05/replacing-images-at-time-intervals.html
How do you suggest I hyperlink the images?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
了解 jquery 的工作原理并修复它!或者使用诸如cycle插件之类的插件——这仍然需要一些jquery知识。
Learn how jquery works and fix it! Or use a plugin such as the cycle plugin - this still requires some knowledge of jquery.
未经测试,但它应该可以工作...
只要记住您提供的任何内容,作为
tag
都会获得类active
,因此将 css 调整为 nesecary。不管怎样,这真的很简单 - 我还建议做一些教程或阅读 jQuery 的文档。您应该能够在阅读时解析该脚本 - 它非常简单:-)
Untested but it should work...
Just keep in mind whatever you provide as
tag
will get the classactive
so adjsut the css as nessecary.Anyhow, this is really simple - i would also suggest doing some tutorials or reading the documentation for jQuery. You should be able to parse this script as you read it - its pretty simple :-)
解决了:
Solved it: