Collective: MobilyNotes jQuery plugin

MobilyNotes is lightweight (2KB) jQuery plugin that shows yout html content in interesting way. $('.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 ...
Advertisement

MobilyNotes is lightweight (2KB) jQuery plugin that shows yout html content in interesting way.

$('.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)
});

Source

http://playground.mobily.pl/jquery/mobily-notes.html

Demo

http://playground.mobily.pl/jquery/mobily-notes/demo.html

Previous:
Next:

Tagged with: