◆少前百科是非盈利性、非官方的少女前线维基百科。
◆如果您发现某些内容错误/空缺,请勇于修正/添加!参与进来其实很容易!点这里 加入少前百科
◆有任何意见、建议、纠错,欢迎在 GFwiki:反馈与建议 提出和讨论。编辑事务讨论QQ群:597764980,微博@GFwiki少前百科
◆To foreigners,You can use twitter to contact us.
Icon Nyto Silver.png

“Widget:SFsettings1”的版本间的差异

来自少前百科GFwiki
跳转至: 导航搜索
(创建页面,内容为“<script>RLQ.push(function(){ function chibiSet() { var windowWidth = document.getElementById("TDInfWindow").clientWidth var wa = document.getElementById("…”)
 
第13行: 第13行:
 
$(function(){chibiSet()});
 
$(function(){chibiSet()});
 
$(window).resize(function(){chibiSet()});
 
$(window).resize(function(){chibiSet()});
 +
$(".trans_image").each(function(i, el){el.onclick=""});
 
})</script>
 
})</script>

2020年6月1日 (一) 02:35的版本

<script>RLQ.push(function(){ function chibiSet() { var windowWidth = document.getElementById("TDInfWindow").clientWidth

	   var wa = document.getElementById("spinebox")
	   if (windowWidth < 900) {
	       wa.style.position = "relative";
	       wa.style.width = "";    
	   } else {
	       wa.style.position = "absolute";

wa.style.width = "320px";

 	  }

} $(function(){chibiSet()}); $(window).resize(function(){chibiSet()}); $(".trans_image").each(function(i, el){el.onclick=""}); })</script>