“User:机智的小鱼君/common.js”的版本间的差异
来自小鱼君和他的朋友们
([InPageEdit]) |
|||
第1行: | 第1行: | ||
− | $(' | + | $(function(){ |
− | + | $('#p-userpagetools ul').append( | |
− | + | $('<li>').append( | |
− | + | $('<a>').attr('href','#_ViewFandomCode').text(' 查看Fandom代码').click(function(){ | |
− | + | var codepage = 'https://wjghj.fandom.com/index.php?title='+wgPageName+'&action=raw&ctype=text/html'; | |
− | ) | + | PopupWindow('<iframe src="'+codepage+'" style="width:100%;min-height:350px;"/>','Fandom上的: '+wgPageName,{closeBtn:false}); |
− | + | }) | |
− | + | ) | |
− | + | ); | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
}); | }); |
2019年9月23日 (一) 20:39的版本
$(function(){ $('#p-userpagetools ul').append( $('<li>').append( $('<a>').attr('href','#_ViewFandomCode').text('查看Fandom代码').click(function(){ var codepage = 'https://wjghj.fandom.com/index.php?title='+wgPageName+'&action=raw&ctype=text/html'; PopupWindow('<iframe src="'+codepage+'" style="width:100%;min-height:350px;"/>','Fandom上的: '+wgPageName,{closeBtn:false}); }) ) ); });