📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 11:16:24
📂
/ (Root)
/
home
/
orkouolp
/
web
/
orkofarms.com
/
wp-content
/
plugins
/
meta-box
/
js
📍 /home/orkouolp/web/orkofarms.com/wp-content/plugins/meta-box/js
🔄 Refresh
✏️
Editing: range.js
Writable
( function ( $, rwmb ) { 'use strict'; /** * Update text value. */ function update() { const $this = $( this ), $output = $this.siblings( '.rwmb-range-output' ); $output.html( $this.val() ); $this.on( 'input propertychange change', () => $output.html( $this.val() ) ); } function init( e ) { $( e.target ).find( '.rwmb-range' ).each( update ); } rwmb.$document .on( 'mb_ready', init ) .on( 'clone', '.rwmb-range', update ); } )( jQuery, rwmb );
💾 Save Changes
❌ Cancel