jslide


Another simple and light jQuery Slideshow plugin.

jSlide on GitHub

About

jslide is a jQuery plugin to create a simple slideshow of list elements, containing either images or other content.

Features

  • multiple slideshows on one page possible
  • auto-slide
  • horizontal and vertical alignment
  • can slide from left to right or right to left (top to bottom, bottom to top)
  • can slide to slideshow element specified in url
  • optional description/caption for each element
  • load images only when visible (optional)
  • supports easing

Code Example

This line creates a standard slideshow with all the default values: $('div#showcase').slide(); The corresponding Html will look like this: ```

  • i: Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.
  • ii: Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
  • iii: Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.
  • iv: Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.
  • v: In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium.
  • Prev Next

    ``` For more information, check out the wiki.

    .

    Changelog

    Version 0.4

    • [0.4.3] improved mechanism to load images and the delay untill the image starts loading can now be customized (check the Wiki for more information)
    • [0.4.2] fixed several issues (check Issues tab for more information)
    • added ability for text caption/description of each element
    • images can now optionally be choosed to load only when visible
    • merged settings direction and align into a single one... check the Wiki for details

    Version 0.3

    • no new features added, but other Browsers are now supported (didn't notice it before until a friend of mine pointed it out)

    Version 0.2

    • [0.2.2] the element index is not numeric when title_li is active, instead it uses the corresponding title-Attribute
    • [0.2.2] added CSS class active for displayed element
    • [0.2.1] url doesn't show the current position of a looping slideshow anymore
    • Auto-slide available
    • multiple slideshows on one page now possible
    • easing support added
    • alignment and direction can now be configured

    Version 0.1

    • First release

    Project Information

    • License: GNU GPL v3
    • 20 stars
    • git-based source control

    Labels:
    jquery slideshow javascript plugin