无编辑摘要
无编辑摘要 标签:移动版编辑 移动版网页编辑 |
无编辑摘要 标签:移动版编辑 移动版网页编辑 |
||
第27行: | 第27行: | ||
}; | }; | ||
$(function () { | $(function () { | ||
console.log(1) | |||
mfSidebar(); | mfSidebar(); | ||
}); | }); | ||
console.log(1) | |||
mw.loader.load('/index.php?title=MediaWiki:Gadget-Filterable.js&action=raw&ctype=text/javascript'); | mw.loader.load('/index.php?title=MediaWiki:Gadget-Filterable.js&action=raw&ctype=text/javascript'); | ||
console.log(2) | |||
$('.heimu a').on("click", function () { | $('.heimu a').on("click", function () { | ||
if (!$(this).closest('.heimu').is(':active, :focus')) return false; | if (!$(this).closest('.heimu').is(':active, :focus')) return false; | ||
第41行: | 第44行: | ||
}); | }); | ||
console.log(3) | |||
clip_board = new ClipboardJS('h1#firstHeading'); | clip_board = new ClipboardJS('h1#firstHeading'); | ||
$("h1#firstHeading").click(function () { | $("h1#firstHeading").click(function () { |