/jquery-slideshow

Primary LanguageJavaScriptOtherNOASSERTION

jQuery UI Slideshow WIdget

A basic slideshow widget for jQuery UI

Getting Started

Download the production version or the development version.

In your web page:

<script src="jquery.js"></script>
<script src="dist/jqueryui-slideshow.min.js"></script>
<script>
jQuery(function($) {
  $.slideshow();
});
</script>

Documentation

(Coming soon)

Examples

(Coming soon)

Release History

(Nothing yet)