“MediaWiki:Gadget-popup.js”的版本间的差异

来自节奏医生中文百科
跳到导航 跳到搜索
prtswiki>夕舞八弦
 
(导入1个版本)
 

2021年10月24日 (日) 19:12的最新版本

mw.loader.load("https://s1.pstatp.com/cdn/expire-1-M/tippy.js/3.4.1/themes/light-border.css","text/css");
$().ready(function(){
    $('.mc-tooltips').each(function (i, e) {
    	e.children[1].style.display = 'block';
    	tippy6(e.children[0], {
        	content: e.children[1],
        	arrow: true,
        	theme: 'light-border',
        	size: 'large',
        	maxWidth: parseInt(e.children[1].dataset.size)
    	});
	});
});