浏览代码

Listing 7.3: settings default cycle() options.

Frederic G. MARAND 9 年之前
父节点
当前提交
b4fe4406b9
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Chapter 7/07.js

+ 3 - 0
Chapter 7/07.js

@@ -1,3 +1,6 @@
+$.fn.cycle.defaults.timeout = 10000;
+$.fn.cycle.defaults.random = true;
+
 $(document).ready(function () {
   $('#books').cycle({
     timeout: 2000,