HEX
Server: Apache
System: Linux webm010.cluster127.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: alloesb (202139)
PHP: 8.3.31
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/a/l/l/alloesb/www/wp-content/plugins/customify/js/vendor/jquery-react.min.js
/**
 * React JQuery plugin
 * https://github.com/natedavisolds/jquery-react
 *
 * Copyright 2011, Nathan Davis Olds
 * @license MIT
 * https://github.com/natedavisolds/jquery-react/blob/master/license
 */
!function(t){const n=function(n){const r=t(n),e=t(this),i=function(){e.trigger("react.reactor")};return r.filter(":not(:text), :not(:password)").on("change.reactor",i),r.filter(":text.date-picker").on("change.reactor",i),r.filter(":text").on("keyup.reactor",i),r.filter(":password").on("keyup.reactor",i),this},r=function(n,r){const e=t(n),i=Array.prototype.slice.call(arguments,2),o=function(){if(t.isFunction(r))return r.apply(e);{const n=t.fn.reactor.helpers[r].apply(e,i);return t.isFunction(n)?n.apply(e):n}};return this.each(function(){const n=t(this);n.hasClass("reactor")||n.reactor();let r=n.data("conditions.reactor");t.isArray(r)||(r=[]),r.push(o),t(this).data("conditions.reactor",r)}),t(this).reactTo(n),this},e=function(){return this.each(function(){t(this).trigger("react.reactor")}),this},i=function(n){const r=t.extend({},t.fn.reactor.defaults,n);return this.each(function(){const n=t(this);t.isArray(n.data("conditions.reactor"))||n.data("conditions.reactor",[]).addClass("reactor");n.on("react.reactor",function(e){!function(){const n=t(this).data("conditions.reactor");let r=!0;return t.each(n,function(){return r=this.call()}),r}.apply(this)?r.uncompliant.apply(n):r.compliant.apply(n)})}),this};t.fn.reactTo=n,t.fn.reactIf=r,t.fn.react=e,t.fn.reactor=i,t.fn.reactor.defaults={compliant:function(){t(this).show()},uncompliant:function(){t(this).hide()}},t.fn.reactor.helpers={NotBlank:function(){return""!=this.val().toString()},Blank:function(){return""==this.val().toString()},HasElements:function(){return this.size()>0},Disabled:function(){return this.filter(":disabled").length>0},Enabled:function(){return this.filter(":enabled").length>0},IsChecked:function(){return this.is(":checked")},IsNotChecked:function(){return!this.is(":checked")},EqualTo:function(t){return function(){const n=this.val();return!!n&&n.toString()==t.toString()}},NotEqualTo:function(t){return function(){const n=this.val();return!n||n.toString()!=t.toString()}},NumberOfDigitsIs:function(t){let n=!1,r=this.val().toString().replace(/[^\d]+/g,"").length;for(index in arguments)r==arguments[index]&&(n=!0);return n},LessThan:function(t){return function(){const n=this.filter("span").length>0?this.text():this.val();return parseInt(n)<t}},MoreThan:function(t){return function(){const n=this.filter("span").length>0?this.text():this.val();return parseInt(n)>t}},Between:function(t,n){return function(){const r=this.val();return!(r&&(parseInt(r)>n||parseInt(r)<t))}},BetweenSameLength:function(t,n){const r=t.toString().length;return function(){const e=this.val();return!(e&&e.length==r&&(parseInt(e)>n||parseInt(e)<t))}},HasValueWhenVisible:function(){return!this.is(":visible")||""!=this.val().toString()&&0!=parseFloat(this.val())}}}(jQuery);