%PDF- %PDF-
| Direktori : /home/vacivi36/backupsite/public_html/old/wp-content/plugins/meta-box/js/ |
| Current File : /home/vacivi36/backupsite/public_html/old/wp-content/plugins/meta-box/js/range.js |
jQuery( function ( $ ) {
'use strict';
/**
* Update color picker element
* Used for static & dynamic added elements (when clone)
*/
function update() {
var $this = $( this ),
$output = $this.siblings( '.rwmb-output' );
$this.on( 'input propertychange change', function ( e ) {
$output.html( $this.val() );
} );
}
$( ':input.rwmb-range' ).each( update );
$( '.rwmb-input' ).on( 'clone', 'input.rwmb-range', update );
} );