资 源 简 介
Introduction:
qNote is a jQuery plugin. The best slide show for presentation.
Try out a demonstration
Installation:
Usage:
jQuery(document).ready(function () { $(selector).qnote(Keycode, Action);});
Example:
```
jQuery(document).ready(function () {
$.qnote.init({dashboard:"dashboard", index:"#dashboard"});
$(".section").qnote("enter", "fadeIn");
$(".section").qnote("space", ["slideInRight", "slideOutLeft"]);
$("#dashboard").qnote("esc", ["fadeIn", "fadeOut", "loop"]);
$(".section").qnote("right", "slideOutRight", 20