Switch between albums Based on jquery vertical thumbnails and jquery thumbnail albums

Source: Internet
Author: User

Switch between albums Based on jquery vertical thumbnails and jquery thumbnail albums

Today we will share with you a vertical thumbnail switch jQuery album, which is a vertical thumbnail scroll switch response jQuery image album code. This plug-in is applicable to browsers such as IE8, 360, FireFox, Chrome, Safari, Opera, aoyou, sogou, and windows of the world. As follows:

Download Online Preview source code

Implementation code.

Html code:

<div style="max-width: 800px; margin: 50px auto;">        <div class="ms-showcase2-template ms-dir-v">            <!-- masterslider -->            <div class="master-slider ms-skin-default" id="masterslider">                <div class="ms-slide">                                                        </div>                <div class="ms-slide">                                                        </div>                <div class="ms-slide">                                                        </div>                <div class="ms-slide">                                                        </div>                <div class="ms-slide">                                                        </div>                <div class="ms-slide">                                                        </div>                <div class="ms-slide">                                                        </div>            </div>            <!-- end of masterslider -->        </div>    </div>

Js Code:

 $(document).ready(function () {            var slider = new MasterSlider();            slider.setup('masterslider', {                width: 610,                height: 630,                space: 5,                view: 'basic'            });            slider.control('arrows');            slider.control('scrollbar', { dir: 'h' });            slider.control('thumblist', { autohide: false, dir: 'v', arrows: false });        });

Via: http://www.w2bc.com/Article/24052

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.