|
|
@@ -118,11 +118,12 @@ function funcTest2() {
|
|
|
// $('#jsontest').append(test);
|
|
|
});
|
|
|
|
|
|
- // window.setInterval("funcTest2()",5000);
|
|
|
|
|
|
}
|
|
|
window.onload = funcTest2();
|
|
|
|
|
|
+window.setInterval("funcTest2()",1000*8);
|
|
|
+
|
|
|
|
|
|
// 點選該設計師,導至其對應id的參數網址
|
|
|
|
|
|
@@ -289,7 +290,7 @@ function funcTest() {
|
|
|
color = $t.attr("");
|
|
|
$t.css({ backgroundColor: color }).appendTo($t.parent());
|
|
|
});
|
|
|
- // window.setInterval("funcTest()",5000);
|
|
|
-}
|
|
|
|
|
|
+}
|
|
|
+window.setInterval("funcTest()",1000*10);
|
|
|
window.onload = funcTest();
|