PluginProbe ʕ •ᴥ•ʔ
Everest Forms – Contact Form, Payment Form, Quiz, Survey & Custom Form Builder with AI / 1.9.9
Everest Forms – Contact Form, Payment Form, Quiz, Survey & Custom Form Builder with AI v1.9.9
3.5.2 3.5.1 3.5.0 3.4.8 3.4.7 3.4.6 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.5.1 1.1.6 1.1.7 1.1.8 1.1.9 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.4.9 1.5.0 1.5.1 1.5.10 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.5.9 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 1.6.6.1 1.6.7 1.7.0 1.7.0.1 1.7.0.2 1.7.0.3 1.7.1 1.7.2 1.7.2.1 1.7.2.2 1.7.3 1.7.4 1.7.5 1.7.5.1 1.7.5.2 1.7.6 1.7.7 1.7.7.1 1.7.7.2 1.7.8 1.7.9 1.8.0 1.8.0.1 1.8.1 1.8.2 1.8.2.1 1.8.2.2 1.8.2.3 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.9.0 1.9.0.1 1.9.1 1.9.2 1.9.3 1.9.4 1.9.4.1 1.9.5 1.9.6 1.9.7 1.9.8 1.9.9 2.0.0 2.0.0.1 2.0.1 2.0.2 2.0.3 2.0.3.1 2.0.4 2.0.4.1 2.0.5 2.0.6 2.0.7 2.0.8 2.0.8.1 2.0.9 3.0.0 3.0.0.1 3.0.1 3.0.2 3.0.3 3.0.3.1 3.0.4 3.0.4.1 3.0.4.2 3.0.5 3.0.5.1 3.0.5.2 3.0.6 3.0.6.1 3.0.7.1 3.0.8 3.0.8.1 3.0.9 3.0.9.1 3.0.9.2 3.0.9.3 3.0.9.4 3.0.9.5 3.1.0 3.1.1 3.1.2 3.2.0 3.2.1 3.2.2 3.2.3 3.2.4 3.2.5 3.2.6 3.3.0 3.4.0 3.4.1 3.4.2 3.4.2.1 3.4.3 3.4.4 3.4.5 trunk 1.0 1.0.1 1.0.2 1.0.3
everest-forms / assets / js / jquery-blockui / jquery.blockUI.min.js
everest-forms / assets / js / jquery-blockui Last commit date
jquery.blockUI.js 5 years ago jquery.blockUI.min.js 6 years ago
jquery.blockUI.min.js
14 lines
1 /*!
2 * jQuery blockUI plugin
3 * Version 2.70.0-2014.11.23
4 * Requires jQuery v1.7 or later
5 *
6 * Examples at: http://malsup.com/jquery/block/
7 * Copyright (c) 2007-2013 M. Alsup
8 * Dual licensed under the MIT and GPL licenses:
9 * http://www.opensource.org/licenses/mit-license.php
10 * http://www.gnu.org/licenses/gpl.html
11 *
12 * Thanks to Amir-Hossein Sobhi for some excellent contributions!
13 */
14 !function(){"use strict";function e(C){C.fn._fadeIn=C.fn.fadeIn;var S=C.noop||function(){},O=/MSIE/.test(navigator.userAgent),E=/MSIE 6.0/.test(navigator.userAgent)&&!/MSIE 8.0/.test(navigator.userAgent),T=(document.documentMode,C.isFunction(document.createElement("div").style.setExpression));C.blockUI=function(e){o(window,e)},C.unblockUI=function(e){j(window,e)},C.growlUI=function(e,t,o,n){var i=C('<div class="growlUI"></div>');e&&i.append("<h1>"+e+"</h1>"),t&&i.append("<h2>"+t+"</h2>"),o===undefined&&(o=3e3);function s(e){e=e||{},C.blockUI({message:i,fadeIn:"undefined"!=typeof e.fadeIn?e.fadeIn:700,fadeOut:"undefined"!=typeof e.fadeOut?e.fadeOut:1e3,timeout:"undefined"!=typeof e.timeout?e.timeout:o,centerY:!1,showOverlay:!1,onUnblock:n,css:C.blockUI.defaults.growlCSS})}s();i.css("opacity");i.mouseover(function(){s({fadeIn:0,timeout:3e4});var e=C(".blockMsg");e.stop(),e.fadeTo(300,1)}).mouseout(function(){C(".blockMsg").fadeOut(1e3)})},C.fn.block=function(e){if(this[0]===window)return C.blockUI(e),this;var t=C.extend({},C.blockUI.defaults,e||{});return this.each(function(){var e=C(this);t.ignoreIfBlocked&&e.data("blockUI.isBlocked")||e.unblock({fadeOut:0})}),this.each(function(){"static"==C.css(this,"position")&&(this.style.position="relative",C(this).data("blockUI.static",!0)),this.style.zoom=1,o(this,e)})},C.fn.unblock=function(e){return this[0]===window?(C.unblockUI(e),this):this.each(function(){j(this,e)})},C.blockUI.version=2.7,C.blockUI.defaults={message:"<h1>Please wait...</h1>",title:null,draggable:!0,theme:!1,css:{padding:0,margin:0,width:"30%",top:"40%",left:"35%",textAlign:"center",color:"#000",border:"3px solid #aaa",backgroundColor:"#fff",cursor:"wait"},themedCSS:{width:"30%",top:"40%",left:"35%"},overlayCSS:{backgroundColor:"#000",opacity:.6,cursor:"wait"},cursorReset:"default",growlCSS:{width:"350px",top:"10px",left:"",right:"10px",border:"none",padding:"5px",opacity:.6,cursor:"default",color:"#fff",backgroundColor:"#000","-webkit-border-radius":"10px","-moz-border-radius":"10px","border-radius":"10px"},iframeSrc:/^https/i.test(window.location.href||"")?"javascript:false":"about:blank",forceIframe:!1,baseZ:1e3,centerX:!0,centerY:!0,allowBodyStretch:!0,bindEvents:!0,constrainTabKey:!0,fadeIn:200,fadeOut:400,timeout:0,showOverlay:!0,focusInput:!0,focusableElements:":input:enabled:visible",onBlock:null,onUnblock:null,onOverlayClick:null,quirksmodeOffsetHack:4,blockMsgClass:"blockMsg",ignoreIfBlocked:!1};var M=null,B=[];function o(e,i){var t,o,s=e==window,n=i&&i.message!==undefined?i.message:undefined;if(!(i=C.extend({},C.blockUI.defaults,i||{})).ignoreIfBlocked||!C(e).data("blockUI.isBlocked")){if(i.overlayCSS=C.extend({},C.blockUI.defaults.overlayCSS,i.overlayCSS||{}),t=C.extend({},C.blockUI.defaults.css,i.css||{}),i.onOverlayClick&&(i.overlayCSS.cursor="pointer"),o=C.extend({},C.blockUI.defaults.themedCSS,i.themedCSS||{}),n=n===undefined?i.message:n,s&&M&&j(window,{fadeOut:0}),n&&"string"!=typeof n&&(n.parentNode||n.jquery)){var l=n.jquery?n[0]:n,d={};C(e).data("blockUI.history",d),d.el=l,d.parent=l.parentNode,d.display=l.style.display,d.position=l.style.position,d.parent&&d.parent.removeChild(l)}C(e).data("blockUI.onUnblock",i.onUnblock);var a,c,r,u,f=i.baseZ;a=O||i.forceIframe?C('<iframe class="blockUI" style="z-index:'+f+++';display:none;border:none;margin:0;padding:0;position:absolute;width:100%;height:100%;top:0;left:0" src="'+i.iframeSrc+'"></iframe>'):C('<div class="blockUI" style="display:none"></div>'),c=i.theme?C('<div class="blockUI blockOverlay ui-widget-overlay" style="z-index:'+f+++';display:none"></div>'):C('<div class="blockUI blockOverlay" style="z-index:'+f+++';display:none;border:none;margin:0;padding:0;width:100%;height:100%;top:0;left:0"></div>'),i.theme&&s?(u='<div class="blockUI '+i.blockMsgClass+' blockPage ui-dialog ui-widget ui-corner-all" style="z-index:'+(f+10)+';display:none;position:fixed">',i.title&&(u+='<div class="ui-widget-header ui-dialog-titlebar ui-corner-all blockTitle">'+(i.title||"&nbsp;")+"</div>"),u+='<div class="ui-widget-content ui-dialog-content"></div>',u+="</div>"):i.theme?(u='<div class="blockUI '+i.blockMsgClass+' blockElement ui-dialog ui-widget ui-corner-all" style="z-index:'+(f+10)+';display:none;position:absolute">',i.title&&(u+='<div class="ui-widget-header ui-dialog-titlebar ui-corner-all blockTitle">'+(i.title||"&nbsp;")+"</div>"),u+='<div class="ui-widget-content ui-dialog-content"></div>',u+="</div>"):u=s?'<div class="blockUI '+i.blockMsgClass+' blockPage" style="z-index:'+(f+10)+';display:none;position:fixed"></div>':'<div class="blockUI '+i.blockMsgClass+' blockElement" style="z-index:'+(f+10)+';display:none;position:absolute"></div>',r=C(u),n&&(i.theme?(r.css(o),r.addClass("ui-widget-content")):r.css(t)),i.theme||c.css(i.overlayCSS),c.css("position",s?"fixed":"absolute"),(O||i.forceIframe)&&a.css("opacity",0);var p=[a,c,r],b=C(s?"body":e);C.each(p,function(){this.appendTo(b)}),i.theme&&i.draggable&&C.fn.draggable&&r.draggable({handle:".ui-dialog-titlebar",cancel:"li"});var h=T&&(!C.support.boxModel||0<C("object,embed",s?null:e).length);if(E||h){if(s&&i.allowBodyStretch&&C.support.boxModel&&C("html,body").css("height","100%"),(E||!C.support.boxModel)&&!s)var k=W(e,"borderTopWidth"),y=W(e,"borderLeftWidth"),m=k?"(0 - "+k+")":0,g=y?"(0 - "+y+")":0;C.each(p,function(e,t){var o=t[0].style;if(o.position="absolute",e<2)s?o.setExpression("height","Math.max(document.body.scrollHeight, document.body.offsetHeight) - (jQuery.support.boxModel?0:"+i.quirksmodeOffsetHack+') + "px"'):o.setExpression("height",'this.parentNode.offsetHeight + "px"'),s?o.setExpression("width",'jQuery.support.boxModel && document.documentElement.clientWidth || document.body.clientWidth + "px"'):o.setExpression("width",'this.parentNode.offsetWidth + "px"'),g&&o.setExpression("left",g),m&&o.setExpression("top",m);else if(i.centerY)s&&o.setExpression("top",'(document.documentElement.clientHeight || document.body.clientHeight) / 2 - (this.offsetHeight / 2) + (blah = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + "px"'),o.marginTop=0;else if(!i.centerY&&s){var n="((document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + "+(i.css&&i.css.top?parseInt(i.css.top,10):0)+') + "px"';o.setExpression("top",n)}})}if(n&&(i.theme?r.find(".ui-widget-content").append(n):r.append(n),(n.jquery||n.nodeType)&&C(n).show()),(O||i.forceIframe)&&i.showOverlay&&a.show(),i.fadeIn){var v=i.onBlock?i.onBlock:S,I=i.showOverlay&&!n?v:S,w=n?v:S;i.showOverlay&&c._fadeIn(i.fadeIn,I),n&&r._fadeIn(i.fadeIn,w)}else i.showOverlay&&c.show(),n&&r.show(),i.onBlock&&i.onBlock.bind(r)();if(H(1,e,i),s?(M=r[0],B=C(i.focusableElements,M),i.focusInput&&setTimeout(z,20)):function x(e,t,o){var n=e.parentNode,i=e.style,s=(n.offsetWidth-e.offsetWidth)/2-W(n,"borderLeftWidth"),l=(n.offsetHeight-e.offsetHeight)/2-W(n,"borderTopWidth");t&&(i.left=0<s?s+"px":"0");o&&(i.top=0<l?l+"px":"0")}(r[0],i.centerX,i.centerY),i.timeout){var U=setTimeout(function(){s?C.unblockUI(i):C(e).unblock(i)},i.timeout);C(e).data("blockUI.timeout",U)}}}function j(e,t){var o,n,i=e==window,s=C(e),l=s.data("blockUI.history"),d=s.data("blockUI.timeout");d&&(clearTimeout(d),s.removeData("blockUI.timeout")),t=C.extend({},C.blockUI.defaults,t||{}),H(0,e,t),null===t.onUnblock&&(t.onUnblock=s.data("blockUI.onUnblock"),s.removeData("blockUI.onUnblock")),n=i?C(document.body).children().filter(".blockUI").add("body > .blockUI"):s.find(">.blockUI"),t.cursorReset&&(1<n.length&&(n[1].style.cursor=t.cursorReset),2<n.length&&(n[2].style.cursor=t.cursorReset)),i&&(M=B=null),t.fadeOut?(o=n.length,n.stop().fadeOut(t.fadeOut,function(){0==--o&&a(n,l,t,e)})):a(n,l,t,e)}function a(e,t,o,n){var i=C(n);if(!i.data("blockUI.isBlocked")){e.each(function(e,t){this.parentNode&&this.parentNode.removeChild(this)}),t&&t.el&&(t.el.style.display=t.display,t.el.style.position=t.position,t.el.style.cursor="default",t.parent&&t.parent.appendChild(t.el),i.removeData("blockUI.history")),i.data("blockUI.static")&&i.css("position","static"),"function"==typeof o.onUnblock&&o.onUnblock(n,o);var s=C(document.body),l=s.width(),d=s[0].style.width;s.width(l-1).width(l),s[0].style.width=d}}function H(e,t,o){var n=t==window,i=C(t);if((e||(!n||M)&&(n||i.data("blockUI.isBlocked")))&&(i.data("blockUI.isBlocked",e),n&&o.bindEvents&&(!e||o.showOverlay))){var s="mousedown mouseup keydown keypress keyup touchstart touchend touchmove";e?C(document).bind(s,o,l):C(document).unbind(s,l)}}function l(e){if("keydown"===e.type&&e.keyCode&&9==e.keyCode&&M&&e.data.constrainTabKey){var t=B,o=!e.shiftKey&&e.target===t[t.length-1],n=e.shiftKey&&e.target===t[0];if(o||n)return setTimeout(function(){z(n)},10),!1}var i=e.data,s=C(e.target);return s.hasClass("blockOverlay")&&i.onOverlayClick&&i.onOverlayClick(e),0<s.parents("div."+i.blockMsgClass).length||0===s.parents().children().filter("div.blockUI").length}function z(e){if(B){var t=B[!0===e?B.length-1:0];t&&t.focus()}}function W(e,t){return parseInt(C.css(e,t),10)||0}}"function"==typeof define&&define.amd&&define.amd.jQuery?define(["jquery"],e):e(jQuery)}();