“User:Bhsd/minerva.js”的版本间差异

添加47字节 、​ 2021年2月18日 (四) 04:12
无编辑摘要
标签移动版网页编辑 移动版编辑
"use strict";
/*global mw, $, VConsole*/
$('h1#content').hoveron('mouseenter', 'h1', function() { $(this).css('font-style', 'italic'); },)
.on('mouseleave', 'h1', function() { $(this).css('font-style', 'normal'); });
 
mw.gadgets = mw.gadgets || {};
16,874

个编辑