/extendo

A small, lightweight jquery plugin for fullscreen slideshows.

Primary LanguageJavaScriptMIT LicenseMIT

Extendo

Summary

A simple, easy-to-use background slider built primarily using jQuery. To add a new slide just insert a new list item into the slideshow div.

Usage

  1. Include jQuery:

    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  2. Include plugin's code:

    <script src="dist/jquery.extendo.min.js"></script>
  3. Call the plugin:

    $("#element").defaultPluginName({
        propertyName: "a custom value"
    });

License

See LICENSE