Skip to content

a free jquery plugin to create amazing and stylish slider and accordions

License

Notifications You must be signed in to change notification settings

feliperohde/YondSlider

Repository files navigation

Yondslider

A free jQuery plugin to create amazing and stylish slider and accordions

Getting Started

Download the production version or the development version.

In your web page:

<script type="text/javascript" src="libs/jquery/jquery.js"></script>
<script type="text/javascript" src="libs/jquery-mousewheel/jquery.mousewheel.js"></script>
<script type="text/javascript" src="libs/jquery-easing/jquery.easing.1.3.min.js"></script>
<script type="text/javascript" src="src/YondSlider.js"></script>
<script>
    $(document).ready(function() {
        $('.beyond').YondSlider({
            max : 750,
            spacing : 5,
            defaultYond : 1,
            randtime : 2000,
            durationInner : 300
        });
    });
</script>
<div class="beyond" > 
    <div  class="theyond">// this is a external slide
        <div  class="slider">
            <div  class="door">
                <dl  class="view">
                    <dt>
                    //Your HTML here  // internal slide 1
                    </dt>
                    <dt>
                    //Your HTML here // interal slide 2
                    </dt>
                </dl>
            </div>
        </div>
    </div>
</div>

Documentation

(Coming soon)

Examples

(Coming soon)

Release History

  • v1.0.0 - 2011-08-05
    • Initial release.

About

a free jquery plugin to create amazing and stylish slider and accordions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published