MediaWiki:Common.js

来自帮助文档
Admin讨论 | 贡献2024年12月2日 (一) 14:24的版本
跳转至: 导航搜索
/* 这里的任何JavaScript将为所有用户在每次页面载入时加载。 */
  // 添加事件监听器
$(document).ready(function() {
            $('#cs').click(function() {
                // 这里添加点击事件的处理逻辑
                console.log("按钮被点击了");
                localStorage.clear();
                window.location.href = 'http://help.qlinkcloud.club/index.php?title=Qlink'; 
            });
        });
$('#MSG600').click(function(){
        localStorage.clear();
        window.location.href = 'http://help.qlinkcloud.club/index.php?title=%E5%B8%AE%E5%8A%A9'; 
    });
$('#MSG500').click(function(){
        localStorage.clear();
        window.location.href = 'http://help.qlinkcloud.club/index.php?title=%E5%BC%80%E5%B1%80%E6%8C%87%E5%AF%BC';
        
    });
$('#FAQ').click(function(){
        localStorage.clear();
        window.location.href = 'http://help.qlinkcloud.club/index.php?title=FAQ';
        
    });