Commit 62b80aec by doszhang

dos

parent 1fea3972
......@@ -298,70 +298,70 @@ $(document).ready(function () {
$('.link0').on('touchstart', {
index: 0
}, showRead);
$('.link1').on('touchstart', {
index: 1
}, showRead);
$('.link2').on('touchstart', {
index: 2
}, showRead);
$('.link3').on('touchstart', {
index: 3
}, showRead);
$('.link4').on('touchstart', {
index: 4
}, showRead);
$('.link5').on('touchstart', {
index: 5
}, showRead);
$('.link6').on('touchstart', {
index: 6
}, showRead);
$('.link7').on('touchstart', {
index: 7
}, showRead);
$('.link8').on('touchstart', {
index: 8
}, showRead);
$('.link9').on('touchstart', {
index: 9
}, showRead);
$('.link10').on('touchstart', {
index: 10
}, showRead);
$('.link11').on('touchstart', {
index: 11
}, showRead);
$('.link12').on('touchstart', {
index: 12
}, showRead);
$('.link13').on('touchstart', {
index: 13
}, showRead);
$('.link14').on('touchstart', {
index: 14
}, showRead);
$('.link15').on('touchstart', {
index: 15
}, showRead);
$('.link16').on('touchstart', {
index: 16
}, showRead);
$('.link17').on('touchstart', {
index: 17
}, showRead);
$('.link18').on('touchstart', {
index: 18
}, showRead);
$('.link19').on('touchstart', {
index: 19
}, showRead);
$('.link20').on('touchstart', {
index: 20
}, showRead);
// $('.link0').on('touchstart', {
// index: 0
// }, showRead);
// $('.link1').on('touchstart', {
// index: 1
// }, showRead);
// $('.link2').on('touchstart', {
// index: 2
// }, showRead);
// $('.link3').on('touchstart', {
// index: 3
// }, showRead);
// $('.link4').on('touchstart', {
// index: 4
// }, showRead);
// $('.link5').on('touchstart', {
// index: 5
// }, showRead);
// $('.link6').on('touchstart', {
// index: 6
// }, showRead);
// $('.link7').on('touchstart', {
// index: 7
// }, showRead);
// $('.link8').on('touchstart', {
// index: 8
// }, showRead);
// $('.link9').on('touchstart', {
// index: 9
// }, showRead);
// $('.link10').on('touchstart', {
// index: 10
// }, showRead);
// $('.link11').on('touchstart', {
// index: 11
// }, showRead);
// $('.link12').on('touchstart', {
// index: 12
// }, showRead);
// $('.link13').on('touchstart', {
// index: 13
// }, showRead);
// $('.link14').on('touchstart', {
// index: 14
// }, showRead);
// $('.link15').on('touchstart', {
// index: 15
// }, showRead);
// $('.link16').on('touchstart', {
// index: 16
// }, showRead);
// $('.link17').on('touchstart', {
// index: 17
// }, showRead);
// $('.link18').on('touchstart', {
// index: 18
// }, showRead);
// $('.link19').on('touchstart', {
// index: 19
// }, showRead);
// $('.link20').on('touchstart', {
// index: 20
// }, showRead);
});
function jumpTolink(event) {
......@@ -370,10 +370,10 @@ function jumpTolink(event) {
const index = event.data.index;
// readingJson['link' + index] = 1;
// setCookie('reading', JSON.stringify(readingJson));
$('.read' + index).show();
setTimeout(function () {
$('.read' + index).hide();
// setTimeout(function () {
// $('.read' + index).hide();
// }, 300);
}, 300);
}
setTimeout(function () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment