15 分钟后截止 (北京时间 17:45)
在页面上使用代码
$.ajax({
url: 'https://www.random.org/integers/?num=1&min=0&max=' + ($('.sg_gp_comment').length - 1) + '&col=1&base=10&format=plain&rnd=new',
success: function(result) {
$('.sg_gp_comment')[parseInt(result)].style['background-color'] = 'rgba(200,0,0,0.2)'
$('html, body').animate({
scrollTop: $($('.sg_gp_comment')[parseInt(result)]).offset().top
}, 200)
}
})
进行抽奖
在页面上使用代码
$.ajax({
url: 'https://www.random.org/integers/?num=1&min=0&max=' + ($('.sg_gp_comment').length - 1) + '&col=1&base=10&format=plain&rnd=new',
success: function(result) {
$('.sg_gp_comment')[parseInt(result)].style['background-color'] = 'rgba(200,0,0,0.2)'
$('html, body').animate({
scrollTop: $($('.sg_gp_comment')[parseInt(result)]).offset().top
}, 200)
}
})
进行抽奖