Jquery 图片库具有垂直缩略图导航?
我正在寻找一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在我看来, 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.
您所引用的网站使用垂直菜单滚动插件,
也许是这个一个。
代码有点像这样
点击该链接后,它只是更改 img 元素的 src 属性,并加载图像(难怪如果您的互联网连接很慢,您会看到该图像需要加载很多)。
您可以在此处。
The site you are referring uses, a vertical menu scroll plugin
perhaps this one.
and the code is somewhat like this
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.