PATH:
home
/
lab2454c
/
adenbic.com
/
wp-content
/
plugins
/
TemplatemelaMetaBox
/
js
jQuery( function( $ ) { $( ':input.rwmb-slider-value' ).each( rwmb_update_slider ); $( '.rwmb-input' ).on( 'clone', ':input.rwmb-slider-value', rwmb_update_slider ); function rwmb_update_slider() { var $input = $( this ), $slider = $input.siblings( '.rwmb-slider' ), $valueLabel = $slider.siblings( '.rwmb-slider-value-label' ).find( 'span' ), value = $input.val(), options = $slider.data( 'options' ); $slider.html( '' ); if ( !value ) { value = 0; $input.val( 0 ); $valueLabel.text( '0' ); } else { $valueLabel.text( value ); } // Assign field value and callback function when slide options.value = value; options.slide = function( event, ui ) { $input.val( ui.value ); $valueLabel.text( ui.value ); }; $slider.slider( options ); } } );
[-] jquery.validate.min.js
[edit]
[-] oembed.js
[edit]
[-] taxonomy.js
[edit]
[-] slider.js
[edit]
[-] image-select.js
[edit]
[+]
..
[-] image-advanced.js
[edit]
[-] date.js
[edit]
[-] autosave.js
[edit]
[-] time.js
[edit]
[-] select-advanced.js
[edit]
[+]
jqueryui
[-] plupload-image.js
[edit]
[+]
select2
[-] thickbox-image.js
[edit]
[-] color.js
[edit]
[-] map.js
[edit]
[-] file-input.js
[edit]
[-] image.js
[edit]
[-] validate.js
[edit]
[-] datetime.js
[edit]
[-] file-advanced.js
[edit]
[-] file.js
[edit]
[-] clone.js
[edit]