好消息:2024年1月1日开始!
1号首屏|时间:2024-01-01 09:10 来源:广西云 评论:0 点击:124
2024年1月1日起
中国普法微信公众号举办的
《未成年人网络保护条例》
专项答题活动
正式启动
一、活动时间
2024年1月1日至1月20日
(共计20天)
二、奖项设置
本活动设置个人优胜奖共计500名,奖品为50元手机充值话费,获奖名单于活动结束后第二日公布。
$(document).ready(function () {
$.getJSON("/ajax/ajax_longsun.ashx?api=sethits", { "id": "88710", "client": "jvpae2aa00hplur3kjfys5iz", "timespan": "638918208109799131", "signature": "c0fc294da9be8d7af97be96a3568f292" }, function (jdata) {
if (jdata.status == 0) {
$(".hits").html("点击:" + jdata.hits);
}
});
$(".weixinAudio").each(function (i, item) {
if ($(item).find("audio[autoplay]").length > 0) {
$(item).weixinAudio({ "autoplay": true });
}
else {
$(item).weixinAudio();
}
});
/*
$(".mediaplayer").click(function () {
$(this).parent().css("background-image", "none");
var id = $(this).attr("id");
var file = $(this).attr("file");
var mp4file = $(this).attr("mp4file");
var image = $(this).attr("image");
var height = $(this).attr("height");
var width = $(this).parent().width();
var autostart = $(this).attr("autostart");
var loop = $(this).attr("loop");
jwplayer(id).setup({
flashplayer: "/sky/player.swf",
file: file,
image: image,
height: height,
width: width,
skin: "/sky/jwplayer/glow.zip",
stretching: "fill",
autostart: "true",
repeat: "false",
});
$("#" + id +"_wrapper").css({ "margin-left": "auto", "margin-right": "auto" });
});
*/
//$("div.mediaplayer:autostart").click();
});