MediaWiki: Common.js:修订间差异
来自帮助文档
无编辑摘要 |
无编辑摘要 |
||
| 第5行: | 第5行: | ||
$('#MSG600').click(function(){ | $('#MSG600').click(function(){ | ||
localStorage.clear(); | localStorage.clear(); | ||
window.location.href = 'http:// | window.location.href = 'http://192.168.10.58:8080/index.php?title=%E5%B8%AE%E5%8A%A9'; | ||
}); | }); | ||
$('#MSG500').click(function(){ | $('#MSG500').click(function(){ | ||
localStorage.clear(); | localStorage.clear(); | ||
window.location.href = 'http:// | window.location.href = 'http://192.168.10.58:8080/index.php?title=%E5%BC%80%E5%B1%80%E6%8C%87%E5%AF%BC'; | ||
}); | }); | ||
$('#FAQ').click(function(){ | $('#FAQ').click(function(){ | ||
localStorage.clear(); | localStorage.clear(); | ||
window.location.href = 'http:// | window.location.href = 'http://192.168.10.58:8080/index.php?title=FAQ'; | ||
}); | }); | ||
$('#Qlinkbailn').click(function(){ | $('#Qlinkbailn').click(function(){ | ||
localStorage.clear(); | localStorage.clear(); | ||
window.location.href = 'http:// | window.location.href = 'http://192.168.10.58:8080/index.php?title=Qlinkbailn'; | ||
}); | }); | ||
$('#SMARTCT-E600').click(function(){ | $('#SMARTCT-E600').click(function(){ | ||
localStorage.clear(); | localStorage.clear(); | ||
window.location.href = 'http:// | window.location.href = 'http://192.168.10.58:8080/index.php?title=SMARTCT-E600'; | ||
}); | }); | ||
2025年4月21日 (一) 04:50的版本
/* 这里的任何JavaScript将为所有用户在每次页面载入时加载。 */
// 添加事件监听器
$('#video').prepend('<video style="width:100%;height:100%"controls src="/768DM.mp4">')
$('#MSG600').click(function(){
localStorage.clear();
window.location.href = 'http://192.168.10.58:8080/index.php?title=%E5%B8%AE%E5%8A%A9';
});
$('#MSG500').click(function(){
localStorage.clear();
window.location.href = 'http://192.168.10.58:8080/index.php?title=%E5%BC%80%E5%B1%80%E6%8C%87%E5%AF%BC';
});
$('#FAQ').click(function(){
localStorage.clear();
window.location.href = 'http://192.168.10.58:8080/index.php?title=FAQ';
});
$('#Qlinkbailn').click(function(){
localStorage.clear();
window.location.href = 'http://192.168.10.58:8080/index.php?title=Qlinkbailn';
});
$('#SMARTCT-E600').click(function(){
localStorage.clear();
window.location.href = 'http://192.168.10.58:8080/index.php?title=SMARTCT-E600';
});