Submit your widget

MobilyNotes--stacked format shows image jQuery plugin

Created 12 years ago   Views 12998   downloads 2784    Author marcinMobily
MobilyNotes--stacked format shows image jQuery plugin
View DemoDownload
96
Share |

MobilyNotes is lightweight (2KB) jQuery plugin that shows your images or other html content in a stacked format.

Features:
  • rotating your content
  • autoplay
  • autogenerated buttons
$('.notes').mobilynotes({
    init: 'rotate', // specify how to show your notes (available options: rotate [does not work properly in IE] or plain)
    positionMultiplier: 5,
    title: null, // get the title from selector
    showList: true, // creates unordered list (class: listNotes) with anchors to your notes
    autoplay: true, // true/false
    interval: 4000 // autoplay interval (valid only when autoplay is enabled)
});
HTML:
<div class="notes">
    <div class="note">
        <!-- content -->
    </div>
</div>

The article source:http://playground.mobily.pl/jquery/mobily-notes.html

Tag: slideshow