我需要jquery用于图像显示,如下面的URL。
http://www.yessy.com/sujatatibre/collectors.html?p=1
我没有在网上找到任何jquery。我可以这样显示吗?。
答案 0 :(得分:1)
他们不使用JavaScript。他们只有每个图像的两个版本,一个小图像和一个大图像,然后它们:
<a href="document-that-includes-the-large-image.html">
<img src="the-small-image.jpeg" …>
</a>
答案 1 :(得分:0)
在我需要在点击图片时显示大图片的项目中: -
我将大图像参考作为锚点的href传递给我放置图像,并在用户点击它时在fancybox中显示它们。
你可以找到fancybox
像
那样的模型<a href="mybigimage.png"><img src="small.png" alt="small image"/></a>