开发者

Jquery Image Gallery with Vertical thumbnail Navigation?

开发者 https://www.devze.com 2023-02-26 02:31 出处:网络
I am looking for a Jquery image gallery which have vertical thumbnail like at the following page. http://realtye开发者_如何转开发xecutivesofnewyork.com/product_detail.php?ml_num=2275875.

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

http://realtye开发者_如何转开发xecutivesofnewyork.com/product_detail.php?ml_num=2275875.

Can anybody point out me to something similar jquery solution.


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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消