简体   繁体   English

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

[英]Jquery Image Gallery with Vertical thumbnail Navigation?

I am looking for a Jquery image gallery which have vertical thumbnail like at the following page. 我正在寻找一个具有垂直缩略图的Jquery图像库,如下页所示。

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

Can anybody point out me to something similar jquery solution. 任何人都可以指出我类似的jQuery解决方案。

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). 在单击该链接时,它只是更改了img元素的src属性,并加载了图像(怪不得您的互联网连接速度很慢,您会看到该图像需要大量加载)。

You will find more better at here . 您会在这里找到更多更好的选择。

In my opinion, jCarousel is by far the best plugin for this sort of thing, this is what you want 在我看来, jCarousel是迄今为止最好的插件, 这就是您想要的

If you need a hand setting it up, just shout. 如果您需要手动进行设置,只需大声喊叫。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM