匿名
未登录
创建账户
登录
小鱼君和他的朋友们
搜索
正在查找
将来过去时
的官方设定集?不如看看
万界大百科
吧!
《将来过去时》第一部分
现在 魔科纪元的少年少女
即将正式发布!
让我偷偷看一眼
小鱼君的博客
……
服务器已成功迁移到
阿里云(杭州)
!
查看“MediaWiki:Gadget-custom-modal.js”的源代码
来自小鱼君和他的朋友们
名字空间
消息
讨论
更多
更多
语言
页面选项
Read
查看源代码
历史
←
MediaWiki:Gadget-custom-modal.js
因为以下原因,您没有权限编辑本页:
您所请求的操作仅限于该用户组的用户使用:
用户
此页提供此wiki软件的界面文字,并受到保护以防止滥用。如欲修改所有wiki的翻译,请访问
translatewiki.net
上的MediaWiki本地化项目。
您无权编辑此JavaScript页面,因为编辑此页面可能会影响所有访问者。
您可以查看和复制此页面的源代码。
/** * Custom Modal * Author: 机智的小鱼君 * https://github.com/Dragon-Fish/wjghj-wiki/blob/master/Gadgets/CustomModal/script.js **/ function PopupWindow(content,title,settings) { PopupWindow(content,title,settings); } function closeModal(id){ var target; if (id === undefined) { target = $('.customModal, .customModal-bg'); } else { target = $('.customModal[data-modalid="'+id+'"], .customModal-bg[data-modalid="'+id+'"]'); } target.fadeOut(400); setTimeout(function(){target.remove()},400); } function Modal(content,title,settings) { var closeBtn = '<div class="customModal-close"><img class="close-modal" data-action="closeModal" src="https://wjghj.cn/images/d/d0/Close-btn.png"/></div>', addClass = '', modalId = new Date().getTime(); if (settings !== undefined) { if (settings.closeBtn == false) { closeBtn = ''; } if (settings.addClass !== undefined) { addClass = settings.addClass; } } if (title != '' && title != undefined) { title = '<h2 class="customModal-title">' + title + '</h2>'; } else { title = ''; } if (content == undefined || content == '') { title = '<h2 class="customModal-title" class="error"> Error in Popup Window </h2>'; content = 'No content!'; } $('body').append( '<div class="customModal-bg ' + addClass + '" data-modalid="'+ modalId + '"></div>' + '<div class="customModal" data-modalid="'+ modalId + '">' + '<div id="dragArea" style="width: 100%; text-align: center; color:white; background: gray; height:18px; user-select: none;"><span class="m-icons">drag_handle</span></div>'+ closeBtn+ title + '<div class="customModal-content">' + content + '</div>'+ '</div>' ); $('.customModal, .customModal-bg').fadeIn(300); $('.customModal').css({ 'position': 'absolute', 'top': $(window).scrollTop()+120, 'z-index': $(this).attr() }); $('.customModal [data-action="closeModal"]').attr('data-modalid',modalId); $('.customModal-bg, .customModal [data-action="closeModal"]').click(function(){closeModal($(this).attr('data-modalid'))}); if (settings !== undefined) { if (settings.disableBg !== undefined && settings.disableBg === true) { $('.customModal-bg').unbind(); } } // Dragable function bindDragging(e) { var element = $(this); var baseX = e.clientX; var baseY = e.clientY; var baseOffsetX = element.parent().offset().left; var baseOffsetY = element.parent().offset().top; $(document).mousemove(function(e) { element.parent().css({ 'left': baseOffsetX + e.clientX - baseX, 'top': baseOffsetY + e.clientY - baseY }); }); $(document).mouseup(function() { $(document).unbind('mousemove'); $(document).unbind('mouseup'); bindDragging(element); }); }; if (settings !== undefined) { if (settings.disableDrag === true) { $('.customModal #dragArea').remove(); } else { $('.customModal #dragArea').mousedown(bindDragging); } } else { $('.customModal #dragArea').mousedown(bindDragging); } }
返回至
MediaWiki:Gadget-custom-modal.js
。
导航
欢迎光临
主页
召唤SILI(求助)
讨论版
关于
关于本站
联系我们
分类导览
创建词条
万界规划局雇员
角色一览
规划局书库
游戏中心
随机页面
Wiki工具
Wiki工具
特殊页面
页面工具
页面工具
用户页面工具
更多
链入页面
相关更改
页面信息
页面日志