Jquery 图片库具有垂直缩略图导航?

发布于 2024-11-02 04:01:41 字数 269 浏览 0 评论 0原文

我正在寻找一个 Jquery 图像库,它具有垂直缩略图,如下页所示。

http://realtyexecutivesofnewyork.com/product_detail.php?ml_num=2275875

任何人都可以向我指出类似的 jquery 解决方案吗?

I am looking for a Jquery image gallery which have vertical thumbnail like at the following page.

http://realtyexecutivesofnewyork.com/product_detail.php?ml_num=2275875.

Can anybody point out me to something similar jquery solution.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

给我一枪 2024-11-09 04:01:41

在我看来, jCarousel 是迄今为止最好的此类插件,这就是你想要的

如果你需要有人帮忙设置它,只需喊一声即可。

In my opinion, jCarousel is by far the best plugin for this sort of thing, this is what you want

If you need a hand setting it up, just shout.

隔岸观火 2024-11-09 04:01:41

您所引用的网站使用垂直菜单滚动插件,

也许是这个一个

代码有点像这样

$('.myMenu').scrollIt({
         scrollDuration : 250,
         scrollItwrapper : 'myMenuScroll'
    });    

});

点击该链接后,它只是更改 img 元素的 src 属性,并加载图像(难怪如果您的互联网连接很慢,您会看到该图像需要加载很多)。

您可以在此处。

The site you are referring uses, a vertical menu scroll plugin

perhaps this one.

and the code is somewhat like this

$('.myMenu').scrollIt({
         scrollDuration : 250,
         scrollItwrapper : 'myMenuScroll'
    });    

});

And on clicking that link, it just changes the src attribute of img element, and loads the image (No wonder if your internet connection is slow, you will see that image take a lot to load).

You will find more better at here.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文