MobilyNotes--stacked format shows image jQuery plugin
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
You might also like
Tags
accordion accordion menu animation navigation animation navigation menu carousel checkbox inputs css3 css3 menu css3 navigation date picker dialog drag drop drop down menu drop down navigation menu elastic navigation form form validation gallery glide navigation horizontal navigation menu hover effect image gallery image hover image lightbox image scroller image slideshow multi-level navigation menus rating select dependent select list slide image slider menu stylish form table tabs text effect text scroller tooltips tree menu vertical navigation menu