设置

关灯

第一百八十八章 非是不敢 而是不屑(第21节)

var timer;

var actualTop;

var speed;

function startTimer() {

timer = setInterval(scroll, 40);

try {

if () {

.empty();

} else {

var selection = ();

();

}

} catch(e) {}

}

function scroll() {

top = document. || document.;

speed = parseInt($('#screen').val()) || 1;

if(speed!=null){

top = top + speed;

}

(0, top);

actualTop = document. || document.;

if (top != actualTop) {

stopTimer();

}

}

function stopTimer() {

clearInterval(timer);

}

return {

start: startTimer,

stop: stopTimer

};

})();

jQuery(document).dblclick();

jQuery(document).mousedon();

本章未完,请点击"下一页"继续阅读! 第21页 / 共22页